obsidian/ssh-copy-id.md

150 B

ssh-copy-id

Windows

type $env:USERPROFILE.ssh\id_rsa.pub | ssh sascha@server0 "cat >> .ssh/authorized_keys"

Linux

ssh-copy-id sascha@server0