search for: client_host_key_

Displaying 2 results from an estimated 2 matches for "client_host_key_".

Did you mean: client_host_key
2000 Feb 01
3
logging RSA key IDs
Hi. To compartmentalize things a bit (e.g., to help limit the damage should one of my machines be hacked and my private RSA keys stolen) I use different RSA key pairs on my different client machines. So it occurs to me that it would be nice if ssh could log which key was used when logging in to a particular account that has more than one entry in .ssh/authorized_keys. Right now it simply says
2000 Jan 19
3
AIX openssh patches
...4 + ulen, type); /* Try to authenticate using /etc/hosts.equiv and *************** *** 1281,1287 **** * trust the client; root on the client machine can * claim to be any user. */ ! client_user = packet_get_string(&ulen); /* Get the client host key. */ client_host_key_e = BN_new(); --- 1298,1304 ---- * trust the client; root on the client machine can * claim to be any user. */ ! client_user = packet_get_string((unsigned int *)&ulen); /* Get the client host key. */ client_host_key_e = BN_new(); *************** *** 1326,1332 **...