QOwnNotes commit

master
DJh2o2 2022-05-31 09:20:10 +07:00
parent 7b8baa6fb7
commit bf6b0d3b26
1 changed files with 6 additions and 0 deletions

@ -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