17 lines
194 B
PowerShell
17 lines
194 B
PowerShell
|
|
|
|
|
|
|
|
|
|
ssh-keygen -t ed25519 -f "D:\wyc/ssh\wyc_common_ed25519" -C "wyc通用公钥私钥"
|
|
|
|
|
|
|
|
|
|
Host jump-host
|
|
HostName 192.168.1.24
|
|
User wyc
|
|
Port 22
|
|
IdentityFile C:\Users\wyc\.ssh\private\id_rsa
|
|
|