Edited wiki page through web user interface.
This commit is contained in:
parent
d989636a8c
commit
efecb478d0
|
@ -25,7 +25,7 @@ Example:
|
||||||
`ssh-keygen -f ppss-private.key`
|
`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 passphrase (empty for no passphrase):
|
||||||
Enter same passphrase again:
|
Enter same passphrase again:
|
||||||
Your identification has been saved in ppss-private.key.
|
Your identification has been saved in ppss-private.key.
|
||||||
|
@ -34,10 +34,10 @@ The key fingerprint is:
|
||||||
....
|
....
|
||||||
bash-3.2$ ls -alh
|
bash-3.2$ ls -alh
|
||||||
total 16
|
total 16
|
||||||
drwxr-xr-x 4 nan03 staff 136B 15 mrt 00:09 .
|
drwxr-xr-x 4 ppss staff 136B 15 mrt 00:09 .
|
||||||
drwxr-xr-x+ 51 nan03 staff 1,7K 14 mrt 17:45 ..
|
drwxr-xr-x+ 51 ppss staff 1,7K 14 mrt 17:45 ..
|
||||||
-rw------- 1 nan03 staff 1,6K 15 mrt 00:09 ppss-private.key
|
-rw------- 1 ppss 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
|
-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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue