Dariush Debian Diary
Diariusz Dariusza
, 12, 2003
Generating key-pair for sshFirst: generate the keypair with:
ghost eyck 9:51 ~ > ssh-keygen -t dsa Generating public/private dsa key pair. Enter file in which to save the key (/home/eyck/.ssh/id_dsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /home/eyck/.ssh/id_dsa. Your public key has been saved in /home/eyck/.ssh/id_dsa.pub. The key fingerprint is: 57:4a:12:94:31:ad:52:b5:ab:56:6e:72:32:e4:8c:29 eyck@ghostAnd then transfer it to the destination server with:
cat ~/.ssh/id_dsa.pub | ssh ridik.inside 'cat - >> ~/.ssh/authorized_keys'
Last modified on
Copyright ©1995-2004 Dariush Pietrzak. All content on this website, unless otherwise noted, is licensed under a Creative Commons License.
Using desktop theme, version 0.5. Check the Blosxom site for the latest copy.