<data:blog.pageTitle/>

This Page

has moved to a new address:

https://vmvirtual.blog

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service
BIOLNX: SSH senza rischiesta di password tra server linux

venerdì 12 ottobre 2007

SSH senza rischiesta di password tra server linux

sull' host da cui collegarsi :

ssh-keygen -t rsa

A video compariranno le seguenti scritte con anche la richiesta della password

Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):

Created directory '/root/.ssh'.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:

Your identification has been saved in /root/.ssh/id_rsa.
Your public key has been saved in /root/.ssh/id_rsa.pub.
The key fingerprint is:
ca:45:54:2c:d0:92:3e:4e:b3:0a:b8:e7:dc:7d:6a:ec root@gelsivm1



copio la chiave pubblica sull'host di destinazione

cat /root/.ssh/id_rsa.pub | ssh root@xxx.xxx.xxx.xxx "cat - >> .ssh/authorized_keys"



e il gioco e' fatto !

0 Commenti:

Posta un commento

Iscriviti a Commenti sul post [Atom]



<< Home page