You are not logged in.
Pages: 1
hi,
I have installed sshd in my archlinux,
I ask if is possible , intead install and configure a server ftp,
use sftp that I already have on pc
how I have to configure sftp to do similar ftp-server ?
with anonymous access
thank you for help
sacarde
Offline
Sftp is a part of the SSH suite, and is not a daemon. It is a command that allows you to do FTP transfers using SSH encryption. If you want a server solution, look at vsftpd.
Last edited by B (2007-11-17 16:04:45)
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
if I need only to permit to do "get" "put" for anonymous user
sftp is not OK ?
Offline
* Useless blatter *
Last edited by B (2007-11-17 17:20:17)
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
sftp doesnot manage anonymous connections
Offline
I overlooked that . Scrap what i said
If you think about it, SSH needs you to authenticate. I don't know if anonymous FTP is possible at all with encryption. It contradicts one another in a very blatant way if you ask me. Anonymous FTP is considered a vulnerable service, the first way you fix that if you don't pesky nosey parkers is by making users authenticate. If you want to secure the transfers themselves, you use sftp for stuff like that.
You might be able to tunnel it over SSH though, but then again, users would have to authenticate with the SSH server.
Last edited by B (2007-11-17 17:22:58)
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Pages: 1