Skip to content

jandaniel.net

  • Beginning

Recent Posts

  • Add SSH key from Windows to Linux
  • Restic
  • Starting with CMS again

Topics

  • Backup (1)
  • Meta (1)
  • Uncategorized (1)

Category: Uncategorized

Add SSH key from Windows to Linux

This commands adds your public SSH key from file as another authorized key on remote Linux machine.

type C:\tmp\mac.pub | ssh root@116.116.116.116 "cat >> .ssh/authorized_keys"
Posted on 2025-11-17Categories Uncategorized
Powered by ClassicPress / RSS Atom