Re: Two sshd newbie questions
From: Richard E. Silverman (res_at_qoxp.net)
Date: 02/03/05
- Next message: Richard S. Shuford: "evaluate the best SSH client (was: Print in PuTTy)"
- Previous message: Hrvoje Spoljar: "Re: passing password to ssh on command line"
- In reply to: Chuck: "Two sshd newbie questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 03 Feb 2005 00:27:00 -0500
>>>>> "Chuck" == Chuck <skilover_nospam@softhome.net> writes:
Chuck> 1) When using RSA authentication, does sshd provide auditing of
Chuck> who has authenticated themselves as user X? If so, what does it
Chuck> log? The comment in the key? The remote host name and user that
Chuck> authenticated?
Presuming you are talking about OpenSSH...
# tail /var/log/auth.log
Feb 3 00:17:48 syrinx sshd[5091]: Accepted publickey for res from ::ffff:216.254.67.191 port 60674 ssh2
Logging the remote username would be meaningless. Who would be supplying
it? The remote user, who could say anything at all. This is only
meaningful for hostbased authentication.
Chuck> 2) If password authenticated direct logins as user X are
Chuck> disabled, can I still login from a remote machine using ssh?
Depends on how those logins are "disabled."
-- Richard Silverman res@qoxp.net
- Next message: Richard S. Shuford: "evaluate the best SSH client (was: Print in PuTTy)"
- Previous message: Hrvoje Spoljar: "Re: passing password to ssh on command line"
- In reply to: Chuck: "Two sshd newbie questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|