Sunday, May 2, 2010

SSH passwordless ssh trust

YouTube - passwordless ssh trust: "establish passwordless ssh trust between Linux host a3a and aix(aka busen) for user chris

[chris@a3a ~]$ ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/home/chris/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/chris/.ssh/id_rsa.
Your public key has been saved in /home/chris/.ssh/id_rsa.pub.
The key fingerprint is:
bf:10:c1:a7:3b:8a:78:32:20:44:48:65:2b:14:dd:d2 chris@a3a
[chris@a3a ~]$ scp .ssh/id_rsa.pub chris@aix:.ssh/authorized_keys
chris@aix's password:
id_rsa.pub 100% 391 0.4KB/s 00:00



[chris@a3a ~]$ ssh aix
AIX 5.3
[chris:busen]/home/chris$

TA DA! (need this to NIMOL an AIX box from a Linux box)

No comments:

Post a Comment