Files
build_infra/0_笔记/ssh/generate_public_private_key.ps1
T
2026-06-16 10:23:51 +08:00

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