diff --git a/wiki/Manual2.wiki b/wiki/Manual2.wiki index d348d8c..47f51fb 100644 --- a/wiki/Manual2.wiki +++ b/wiki/Manual2.wiki @@ -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.