windows ssh key 登入 Linux

2023-11-15 linux linux windows

先產生 ssh 金鑰

ssh-keygen

將公鑰上傳到目標主機

type $env:USERPROFILE\.ssh\id_rsa.pub | ssh {account}@{IP-ADDRESS-OR-FQDN} "cat >> .ssh/authorized_keys"