View previous topic :: View next topic |
Author |
Message |
durty_nacho Tux's lil' helper
Joined: 22 Jul 2004 Posts: 128 Location: Dallas
|
Posted: Wed Mar 07, 2007 3:35 pm Post subject: Solved: Taking away SSH access to users |
|
|
I have vsftpd installed and the way I allow users to connect is by creating local user accounts for them (I do not want to allow anon). This is fine and secure in the sense of FTP, they are jailed to their /home dir and all that, but how to I make sure they cannot ssh into my machine... since they have local accounts they can easily do this at the moment.
Last edited by durty_nacho on Wed Mar 07, 2007 3:44 pm; edited 1 time in total |
|
Back to top |
|
|
JeliJami Veteran
Joined: 17 Jan 2006 Posts: 1086 Location: Belgium
|
Posted: Wed Mar 07, 2007 3:38 pm Post subject: |
|
|
in /etc/ssh/sshd_config, there is an option AllowUsers:
now only david can login with ssh
you can do this with groups also
see
_________________ Unanswered Post Initiative | Search | FAQ
Former username: davjel |
|
Back to top |
|
|
durty_nacho Tux's lil' helper
Joined: 22 Jul 2004 Posts: 128 Location: Dallas
|
Posted: Wed Mar 07, 2007 3:40 pm Post subject: |
|
|
thank you super thanks |
|
Back to top |
|
|
|