Updated ssh.exe examples (markdown)

Joey Aiello 2017-05-15 15:32:59 -07:00
parent 62a880ef0f
commit f1d4c634a4

@ -22,7 +22,7 @@ $acl.SetAccessRule($ar)
Set-Acl $authorizedKeyPath $acl Set-Acl $authorizedKeyPath $acl
``` ```
### Usage from client-side ### Usage from client-side (`ssh`)
1. Generate a key pair on the client: 1. Generate a key pair on the client:
* `ssh-keygen -t rsa -f id_rsa` * `ssh-keygen -t rsa -f id_rsa`