SFTP with no SSH session
From: Lapp (lapp_at_yandex.ru)
Date: 06/03/03
- Next message: Unter Wegs: "password check aix"
- Previous message: William Hooper: "Re: Need a server key with no passphrase"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 2 Jun 2003 15:47:39 -0700
Hi All,
Suppose someone has telnet and FTP access to his System. Suppose, he wants
to restrict telnet from outside his LAN, while still letting FTP working.
What does he do? Right, he closes port 23 (telnet) on the router, leaving
port 21 (FTP) open.
Now, suppose I have SSH (session) and SFTP access to my system. Suppose,
for some a reason, I don't want users to connect from outside the LAN even
over SSH to create a command session. And I still want to allow them SFTP
access from outside for file transfer. In this case, I can not use the
above technique, as SSH and SFTP both use the same port, which is 22.
Moreover, SFTP uses SSH for authorization.
The question is, if it is possible to allow users to transfer files over
SFTP, while restricting SSH sessions from outside?
Thanks,
Andrey
- Next message: Unter Wegs: "password check aix"
- Previous message: William Hooper: "Re: Need a server key with no passphrase"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|