My Blog

toolman xyz

  1. Home
  2. About
  3. Archives
  4. Tags
  5. Search
  6. Links
  7. Disclaimer
  8. RSS
Featured image of post 從 Windows 複製 SSH Key 到 Linux 主機
Linux

從 Windows 複製 SSH Key 到 Linux 主機

Nov 09, 2022
1 minute read

cat ~/.ssh/id_rsa.pub | ssh <user>@<host> "mkdir ~/.ssh; cat >> ~/.ssh/authorized_keys"

Source: https://codingpackets.com/blog/copy-ssh-keys-to-linux-host-from-windows-10/  

Linux
Licensed under CC BY-NC-SA 4.0

Related content

Install Gstreamer on Qt5

SmokePing Docker 安裝步驟

錄製 terminal 的工具

在 Docker 的容器中安裝 vi

Install and Run AdGuard Home on a Raspberry Pi

© 2020 - 2025 My Blog
Built with Hugo
Theme Stack designed by Jimmy