Operating System - Tru64 Unix
1748202 Members
2887 Online
108759 Solutions
New Discussion юеВ

login using ssh2 without password

 
jousif
Frequent Advisor

login using ssh2 without password

Hi Admins,
Please advise
two boxes tru64 v 5.1A using ssh2,
I want to login from one server to another server
using ssh2 but without password,
Im searching on tru64 foums,
I apply it but no success,
thanks,
4 REPLIES 4
Victor Semaska_3
Esteemed Contributor

Re: login using ssh2 without password

jousif,

You could try using ssh-pubkeymgr to create the user files necessary to configure public key user authentication. Look at the manpage for details.

Vic
There are 10 kinds of people, one that understands binary and one that doesn't.
Ivan Ferreira
Honored Contributor

Re: login using ssh2 without password

The ssh-pubkeymgr will guide you through the process of creating a key pair and uploading to the remote host. See man ssh-pubkeymgr for more information.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Ivan Ferreira
Honored Contributor

Re: login using ssh2 without password

Sorry Victor, almost the same post at the same time. While I was anwering you too. Please don't consider this as a copy paste! :)
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
jousif
Frequent Advisor

Re: login using ssh2 without password

Hi Dears,
many many thanks to all,
I try it and very easy,
success
thanks.