diff --git a/README.md b/README.md index 5bab901..29bc4f1 100644 --- a/README.md +++ b/README.md @@ -260,4 +260,18 @@ fly status flyctl secrets set REGISTER=true flyctl secrets set TOKEN_SECRET="api finanzas mdchaparror @4050#" -``` \ No newline at end of file +``` + +### SSH +#### COpiar llave SSH +```sh +ssh-copy-id @ + +``` +**o** +```sh +cat ~/.ssh/id_rsa.pub | ssh @ 'mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys' + +``` + +https://www.raspberrypi.com/documentation/computers/remote-access.html#passwordless-ssh-access \ No newline at end of file