Update the readme files with the filename changes to the example user public keys.

pull/227/head
John Safranek 2019-11-07 15:42:14 -08:00
parent e68e6620ce
commit 7d6e715e66
2 changed files with 6 additions and 6 deletions

6
README
View File

@ -80,16 +80,16 @@ public key. To use a password the command line:
$ ssh_client -p 22222 USER@localhost $ ssh_client -p 22222 USER@localhost
Where the `USER` and password pairs are: Where the *USER* and password pairs are:
jill:upthehill jill:upthehill
jack:fetchapail jack:fetchapail
To use public key authentication use the command line: To use public key authentication use the command line:
$ ssh_client -i ./keys/key-USER.pem -p 22222 USER@localhost $ ssh_client -i ./keys/USER-key-TYPE.pem -p 22222 USER@localhost
Where the user can be `gretel` or `hansel`. Where the *USER* can be `gretel` or `hansel`, and *TYPE* is `rsa` or `ecc`.
scp support scp support

View File

@ -80,16 +80,16 @@ public key. To use a password the command line:
$ ssh_client -p 22222 USER@localhost $ ssh_client -p 22222 USER@localhost
Where the `USER` and password pairs are: Where the *USER* and password pairs are:
jill:upthehill jill:upthehill
jack:fetchapail jack:fetchapail
To use public key authentication use the command line: To use public key authentication use the command line:
$ ssh_client -i ./keys/key-USER.pem -p 22222 USER@localhost $ ssh_client -i ./keys/USER-key-TYPE.pem -p 22222 USER@localhost
Where the user can be `gretel` or `hansel`. Where the *USER* can be `gretel` or `hansel`, and *TYPE* is `rsa` or `ecc`.
scp support scp support