mirror of https://github.com/wolfSSL/wolfssh.git
Update the readme files with the filename changes to the example user public keys.
parent
e68e6620ce
commit
7d6e715e66
6
README
6
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue