Changes

Jump to: navigation, search

Bora Embedded Linux Kit (BELK)

23 bytes added, 16:32, 19 February 2015
m
RSA key generation
* make sure the '''ssh''' client components are installed
* enter the .ssh subdirectory into your home directory: <code>cd ~/.ssh/</code>
* launch the following command: <br><pre>ssh-keygen -t rsa -C "username@myhost.com"-f username@myhost.com</pre>
* this command creates the files <code>~/.ssh/username@myhost.com</code> ('''private key''') and <code>~/.ssh/username@myhost.com.pub</code> ('''public key''')
* edit your <code>~/.ssh/config</code> adding the following lines:

Navigation menu