Displaying 2 results from an estimated 2 matches for "iccauthentication".
2002 Mar 15
1
scp 's problem
I have add an authentication method to openSSH, I call it ICCAuthentication,
much like RSAAuthentication, but the RSA private key is in the IC card.
I did not change any source code of scp. I mean scp.c.
I set all authentication methods to "no" in sshd_config but ICCAuthentication yes.
ssh works very well with this authentication method. But scp i...
2003 Mar 28
0
PRIVSEP annoys me.
...ication?
the stat() fails because the process that reads
from 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 clie...