Quote:
Originally Posted by just_me_then
Hello,
Is there a way that i can ensure only specified users can log in using ssh? I want for example to be able to say that only user x and user y can log in using ssh?
Thanks
|
sure, just use the "AllowUsers" option in your
sshd_config file...
do a "man sshd_config" for all the details on the option...