mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-26 07:25:25 +02:00
'Client authentication keys' are normally just called SSH keys (they're per user, not per client).
parent
2333023bb3
commit
27adc79188
@ -5,8 +5,9 @@
|
|||||||
2. Domain Users:
|
2. Domain Users:
|
||||||
* `ssh.exe -l user@domain host`
|
* `ssh.exe -l user@domain host`
|
||||||
|
|
||||||
##### Login With Client Keys (key-based authentication)
|
##### Login With SSH Keys
|
||||||
1. Generate client authentication key
|
|
||||||
|
1. Generate a key pair on the client:
|
||||||
* `ssh-keygen.exe -t rsa -f id_rsa`
|
* `ssh-keygen.exe -t rsa -f id_rsa`
|
||||||
2. Copy `id_rsa.pub` (client's public key) to corresponding user's directory on ssh HOST
|
2. Copy `id_rsa.pub` (client's public key) to corresponding user's directory on ssh HOST
|
||||||
* as `%systemdrive%\users\user\\.ssh\authorized_keys`
|
* as `%systemdrive%\users\user\\.ssh\authorized_keys`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user