QOwnNotes commit
parent
7b8baa6fb7
commit
bf6b0d3b26
@ -0,0 +1,6 @@
|
||||
# ssh-copy-id
|
||||
## Windows
|
||||
type $env:USERPROFILE\.ssh\id_rsa.pub | ssh sascha@server0 "cat >> .ssh/authorized_keys"
|
||||
|
||||
## Linux
|
||||
ssh-copy-id sascha@server0
|
||||
Loading…
Reference in New Issue