1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-27 05:39:45 +01:00

linux/ssh: improved ssh key login with link to automation video

This commit is contained in:
2025-09-22 02:01:27 +02:00
parent c23a46a6cf
commit 7f53b56b90

View File

@@ -41,6 +41,9 @@ You can use the modified command below for ease of use:
cat ~/.ssh/id_rsa.pub | ssh username@server 'cat >> ~/.ssh/authorized_keys' cat ~/.ssh/id_rsa.pub | ssh username@server 'cat >> ~/.ssh/authorized_keys'
``` ```
This can also be more or less fully automated using the `-G` flag of SSH as described in
[a YouTube video by nixhero](https://www.youtube.com/watch?v=xCX14u9XzE8).
### Mount Directory With SSHFS ### Mount Directory With SSHFS
This section is loosely based on This section is loosely based on