NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
jeff36
Jan 03, 2012Aspirant
ssh as admin
Ultra6 with RAIDiator 4.2.19. I've installed "enableSSH" and the port is open. Using putty from Windows7 gets me the login prompt, but using admin/password closes the ssh window immediately. If I use...
Mastacheata
Jan 05, 2012Aspirant
You can't login as anyone but root, since noone but root has a valid shell set.
If you login as admin you are presented a shell consisting of a boolean false value, which is pretty much useless and will cause your ssh client to close the session immediately.
You could change that to allow other users ssh access.
This command allows shell access to the user with the name: USERNAME with the same password as it was set up using frontview.
This should however only be done if you are sure that you need shell access for that user. You can do many many bad things with shell access.
If you login as admin you are presented a shell consisting of a boolean false value, which is pretty much useless and will cause your ssh client to close the session immediately.
You could change that to allow other users ssh access.
This command allows shell access to the user with the name: USERNAME with the same password as it was set up using frontview.
usermod -s/bin/bash USERNAME
This should however only be done if you are sure that you need shell access for that user. You can do many many bad things with shell access.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!