View previous topic :: View next topic |
Author |
Message |
KallDrexx n00b
Joined: 20 Apr 2002 Posts: 23
|
Posted: Fri Apr 26, 2002 11:53 am Post subject: can't log in under ssh except under root.... |
|
|
heh guessing from previous experience with things in gentoo I'm guessing there's a group i have to belong to in order to remotely log in... Any idea?
--KallDrexx |
|
Back to top |
|
|
KallDrexx n00b
Joined: 20 Apr 2002 Posts: 23
|
Posted: Fri Apr 26, 2002 12:04 pm Post subject: nope |
|
|
No it is on, i'm SSHed in now, but only as root. I want to log in as a user cause i don't want to be in root all the time but it keeps telling me invalid password, een tho I know the password isn't wrog. It gave me invalid password when I tried to su without being in the wheel group... that's why i think it's about what group i'm in, i could be wrong tho.
--KallDrexx |
|
Back to top |
|
|
Guzz n00b
Joined: 16 Apr 2002 Posts: 25 Location: Sweden
|
Posted: Fri Apr 26, 2002 12:05 pm Post subject: |
|
|
Make sure your user has a shell.
chsh -s /bin/bash nameofuser _________________ That's it Mr. Giraff, get all the marmalade. |
|
Back to top |
|
|
stevil n00b
Joined: 22 Apr 2002 Posts: 12 Location: Minneapolis, MN
|
Posted: Fri Apr 26, 2002 2:23 pm Post subject: |
|
|
By default ssh uses the account name of your client computer to attempt to connect to the remote one. try ssh -l <username> <host>. |
|
Back to top |
|
|
KallDrexx n00b
Joined: 20 Apr 2002 Posts: 23
|
Posted: Fri Apr 26, 2002 4:45 pm Post subject: Woohoo |
|
|
the chsh command worked.. thanks =D
--KallDrexx |
|
Back to top |
|
|
|