hok1man
Technical User
- Feb 16, 2008
- 102
Hi,
Does anyone know how to use ssh-keygen in unix solaris 8?
I'm trying to set ssh from one server to another passwordless.
here's what I tried
for both above questions I pressed enter (I didnt fill anything), that was the message I got
seems like they don't like without password.
So I put the passphrase, and after id_rsa.pub generated and I copy it to authorized_keys.
when I ssh, they still require the password, any other way to setup ssh passwordless or I should try something else?
Thanks guys
Does anyone know how to use ssh-keygen in unix solaris 8?
I'm trying to set ssh from one server to another passwordless.
here's what I tried
Code:
ssh-keygen -f id_rsa -t rsa
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
The one you have chosen is unsuitable because it's WAY too short.
for both above questions I pressed enter (I didnt fill anything), that was the message I got
seems like they don't like without password.
So I put the passphrase, and after id_rsa.pub generated and I copy it to authorized_keys.
when I ssh, they still require the password, any other way to setup ssh passwordless or I should try something else?
Thanks guys