Tagged Questions
2
votes
3answers
351 views
How to limit ssh access for localhost only?
I need to forbid ssh access (except localhost) for specified user.
So. ssh localhost should work. ssh hostname from outside should not work for that user.
All other users should work as usual.
...
0
votes
1answer
179 views
Simple jail for user with open-ssh [duplicate]
Possible Duplicate:
Restricting an SSH/SCP/SFTP user to a directory
Can I confine my users to their /home/%u directory using simply open-ssh configuration? I did the following from what I ...
2
votes
2answers
863 views
OpenSSH, chroot user: Root needs to own the user directory, is there any consequence?
I want to create an account for my friend on my computer, but I don't want my friend to be able to view all my files. I saw that with OpenSSH, there is an option for that.
Inside the SSHD ...