View previous topic :: View next topic |
Author |
Message |
luizgap n00b
Joined: 18 Aug 2005 Posts: 12
|
Posted: Wed Aug 31, 2005 1:55 pm Post subject: tunnelling ftp through ssh |
|
|
Hi guys
How can i tunnel ftp through ssh, so the clients' usernames and passwords won't go clear in the net?
Do i need to recompile the ftp server? In my case is pure-ftpd.
I hope there is a solution that i can apply in the client-side.
Thank you very much, Luiz Gustavo |
|
Back to top |
|
|
nbensa l33t
Joined: 10 Jul 2002 Posts: 799 Location: Buenos Aires, Argentina
|
Posted: Wed Aug 31, 2005 1:56 pm Post subject: |
|
|
sftp |
|
Back to top |
|
|
luizgap n00b
Joined: 18 Aug 2005 Posts: 12
|
Posted: Wed Aug 31, 2005 2:11 pm Post subject: |
|
|
Ok, but in this case is sshd that answers the connection, is that right?
And i need to able users to access shell, don't i? |
|
Back to top |
|
|
Ph0eniX Guru
Joined: 24 Sep 2004 Posts: 502 Location: New York, U.S.
|
Posted: Wed Aug 31, 2005 2:15 pm Post subject: |
|
|
luizgap wrote: | Ok, but in this case is sshd that answers the connection, is that right?
|
Yes.
luizgap wrote: |
And i need to able users to access shell, don't i? |
Not sure what you're asking. |
|
Back to top |
|
|
luizgap n00b
Joined: 18 Aug 2005 Posts: 12
|
Posted: Wed Aug 31, 2005 2:17 pm Post subject: |
|
|
Ok, i am going to explain, i hope
If i configure the user to have a schell /bin/false, will he be able to use sftp? Or does he need a /bin/sh, /bin/bash, whatever?
thanks again!! |
|
Back to top |
|
|
Ph0eniX Guru
Joined: 24 Sep 2004 Posts: 502 Location: New York, U.S.
|
Posted: Wed Aug 31, 2005 2:53 pm Post subject: |
|
|
luizgap wrote: | Ok, i am going to explain, i hope
If i configure the user to have a schell /bin/false, will he be able to use sftp? Or does he need a /bin/sh, /bin/bash, whatever?
thanks again!! |
They will need a shell. |
|
Back to top |
|
|
|