![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`" | Lokesha | UNIX for Dummies Questions & Answers | 4 | 12-19-2007 09:52 PM |
| Help needed with secure shell "sftp" | val0822 | Shell Programming and Scripting | 0 | 12-10-2007 07:58 AM |
| how to "remsh" from a Unix machine to a Linux or SunOS | elthox | UNIX for Dummies Questions & Answers | 2 | 10-09-2007 06:22 PM |
| Scripting multiple file "puts" in sFTP... | Cbish68 | Shell Programming and Scripting | 5 | 07-02-2007 08:14 AM |
| "User-License" in HP machine is wrong | cdunavent | HP-UX | 3 | 09-04-2001 02:36 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Can we have two versions of "sftp" on the same machine?
We currently have secure shell sftp installed on our machine.
sftp -V sftp: F-Secure SSH 3.1.0 (build 12) on sparc-sun-solaris2.8 which we need for our vendors. But for our internal use I would like to have open shell "sftp" installed on it. Can it be done? thanks for your help. |
| Forum Sponsor | ||
|
|
|
|||
|
It is traditional to only enable one "sshd", however if you have multiple network addresses you could enable different sshd on different network addresses.
However you will have to explicitly tell one of the sshd which configuration file to use as they may both default to /etc/ssh/sshd_config. Similarly any client program is going to default to using /etc/ssh/ssh_config. |
|||
| Google The UNIX and Linux Forums |