From 7d6e715e66ecdd1c5c27b6be9e66126232c9fec3 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Thu, 7 Nov 2019 15:42:14 -0800 Subject: [PATCH] Update the readme files with the filename changes to the example user public keys. --- README | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index fd780ab8..3e7ee3c4 100644 --- a/README +++ b/README @@ -80,16 +80,16 @@ public key. To use a password the command line: $ ssh_client -p 22222 USER@localhost -Where the `USER` and password pairs are: +Where the *USER* and password pairs are: jill:upthehill jack:fetchapail 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 diff --git a/README.md b/README.md index fd780ab8..3e7ee3c4 100644 --- a/README.md +++ b/README.md @@ -80,16 +80,16 @@ public key. To use a password the command line: $ ssh_client -p 22222 USER@localhost -Where the `USER` and password pairs are: +Where the *USER* and password pairs are: jill:upthehill jack:fetchapail 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