Skip to content
Chris Yuan | Blog
Go back

使用 ssh-copy-id 將 ssh public key 存到遠端 ssh server 上

Edit page

Table of contents

Open Table of contents

使用方式

範例如下:

% ssh-copy-id -i .ssh/id_ed25519.pub -p 22222 [email protected]

參考資料:


Edit page
Share this post on:

Previous Post
Docker Multi-Stage build 的 intermediate image 留存問題
Next Post
定時發送 database table 總筆數至 Slack 上