Operating System - HP-UX
1832227 Members
2650 Online
110041 Solutions
New Discussion

programmatically public key authentication

 
ManojKumar
Advisor

programmatically public key authentication

Hi all,

I was trying the public key authentication through a program (in .net).

Problem is coming with only first step that is running the ssh-keygen.exe and providing the data etc...

Other two steps are working fine i.e. uploading the public keys onto the server and appending the authorized keys file .

Have you guys tried the same, if you know something about then plz let me know the same .

regards,
manoj

1 REPLY 1
paolo barila
Valued Contributor

Re: programmatically public key authentication

Hi,

you should consider using expect

http://expect.nist.gov/

for automating interactive procedures

Pablo


share share share