Edited wiki page through web user interface.

This commit is contained in:
Louwrentius 2009-03-14 23:18:38 +00:00
parent d989636a8c
commit efecb478d0
1 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@ Example:
`ssh-keygen -f ppss-private.key`
{{{
enerating public/private rsa key pair.
Generating public/private rsa key pair.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in ppss-private.key.
@ -34,10 +34,10 @@ The key fingerprint is:
....
bash-3.2$ ls -alh
total 16
drwxr-xr-x 4 nan03 staff 136B 15 mrt 00:09 .
drwxr-xr-x+ 51 nan03 staff 1,7K 14 mrt 17:45 ..
-rw------- 1 nan03 staff 1,6K 15 mrt 00:09 ppss-private.key
-rw-r--r-- 1 nan03 staff 401B 15 mrt 00:09 ppss-private.key.pub
drwxr-xr-x 4 ppss staff 136B 15 mrt 00:09 .
drwxr-xr-x+ 51 ppss staff 1,7K 14 mrt 17:45 ..
-rw------- 1 ppss staff 1,6K 15 mrt 00:09 ppss-private.key
-rw-r--r-- 1 ppss staff 401B 15 mrt 00:09 ppss-private.key.pub
}}}
The result is a private and a public key (.pub). The private key is the key that needs to be distributed to all nodes in order to be able to logon to the server.