Putty - Login - ASL - SSH authorization_key problem

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
benji
Forum User
Forum User
Posts: 63
Joined: Thu Mar 29, 2007 10:32 am

Putty - Login - ASL - SSH authorization_key problem

Unread post by benji »

After installing ASL, i was asked to change some config on SSH daemon to make my system more secure, but the problem is that is so secure that i cannot login thru ssh anymore. I have to use my DRAC (Dell) card to login to my system via TTY.

Ok, my ASL configuration for SSH is:

SSH_PROTOCOL="2"
SSH_STRICTMODE="yes"
SSH_IGNORE_HOSTS="yes"
SSH_PUBLIC_KEY="yes"
SSH_ROOT_LOGINS="no"
SSH_PASSWORD_AUTH="no"
SSH_PRIV_SEPARATION="yes"
SSH_GSSAPI_AUTH="no"
SSH_GSSAPI_CLEANUP="no"

also my admin users are:

ADMIN_USERS='benji'

But, when i try to access my server thru SSH (putty), it connects perfect and asks mes my login:

login:

i put benji, then hit intro, and connection closes without letting me put password.

I readed some stuff abt generating authorization keys, i generated one by loging in thru tty with user benji and giving the command:
ssh-keygen -t rsa

But still not able to login thru putty from my system at the office.

Any tutorials or ideas?

Thanks
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

Unread post by breun »

Lemonbit Internet Dedicated Server Management
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Sure I did some video tutorials (sorry no sound) here:

http://www.atomicorp.com/Tutorials/
benji
Forum User
Forum User
Posts: 63
Joined: Thu Mar 29, 2007 10:32 am

Unread post by benji »

Thank you both! I really apreciate your help. :)
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Some day I'll get an audio track on those... put the whole thing to rock music. I've already got the soundtrack for the ASL tutorial in mind... "Look at the Mess We Made" by the Methadones.
benji
Forum User
Forum User
Posts: 63
Joined: Thu Mar 29, 2007 10:32 am

Unread post by benji »

That would be awsome! LOL 8)
benji
Forum User
Forum User
Posts: 63
Joined: Thu Mar 29, 2007 10:32 am

Unread post by benji »

Ok, got it running 8)
Post Reply