![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | 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 |
| sftp | RahJiggah | OS X (Apple) | 3 | 09-26-2007 06:13 AM |
| help in SFTP please help | bsandeep_80 | Shell Programming and Scripting | 3 | 08-01-2007 11:33 AM |
| SFTP help | bsandeep_80 | SUN Solaris | 1 | 07-30-2007 08:49 AM |
| Using SFTP | FredSmith | UNIX for Dummies Questions & Answers | 4 | 08-14-2006 03:52 AM |
| sftp | hugow | UNIX for Dummies Questions & Answers | 2 | 08-01-2006 04:23 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
sftp
hi
sftp is not working: -bash-3.00# sftp zeus Connecting to zeus... /etc/ssh/ssh_config: line 32: Bad configuration option: PermitRootLogin /etc/ssh/ssh_config: line 33: Bad configuration option: Subsystem /etc/ssh/ssh_config: terminating, 2 bad configuration options Connection closed I added these 2 lines to /etc/ssh/ssh_config: PermitRootLogin yes Subsystem sftp /usr/lib/ssh/sftp-server any idea? |
| Forum Sponsor | ||
|
|
|
|||
|
Hi Melanie:
You want to add these lines to /etc/ssh/sshd_config instead of /etc/ssh/ssh_config since you want to control the activity of the sshd daemon. Be sure to stop/restart the sshd daemon on the machine that is serving up sftp after you have saved your changes (/etc/init.d/sshd restart). You should then be able to log in on your client machine. Best of luck!! |
|||
| Google UNIX.COM |