LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ssh tunnel username with restrictions (https://www.linuxquestions.org/questions/linux-newbie-8/ssh-tunnel-username-with-restrictions-870980/)

InvRa 03-25-2011 12:15 PM

ssh tunnel username with restrictions
 
hello guys i have jsut setup a kvm virtual machine on my server. to connect to the VM from outside of the network i use ssh tunneling. what i would liek to know is if there is any way to create a new user with jsut ssh access. i dont want people to be able to edit files in ~/ or such. jsut need the user to estabilish the connection to the server
sorry for english, hope you understand what i am looking for

corp769 03-25-2011 12:37 PM

Sure, you can set up a user from the command line as so:
Code:

useradd -c "user" -s /dev/null -M
Note that this sets the shell as /dev/null, and -M is telling it not to create a home directory.


All times are GMT -5. The time now is 06:57 AM.