Displaying 1 result from an estimated 1 matches for "ssh_cmsg_auth_icc".
2003 Mar 28
0
PRIVSEP annoys me.
...om the network is chrooted.
check PRIVSEP() in auth-rsa.c to figure out how
RSAAuthentication works with PRIVSEP.
On Fri, Mar 28, 2003 at 03:42:06PM +0800, ???? ???? wrote:
>
> I added a new authentication method to openssh called ICCAuthentication(IC
> card).
> When server receives SSH_CMSG_AUTH_ICC, it reads the rsa public key file in
> the user's home dir(e. g. /home/peter/.icc/authorized_key), gets the
> pubkey,
> generates an 32 8-bit long random number, encrypts it with the pubkey, and
> send
> it to the client as an challenge, just like RSAAuthentication. The client...