diff options
Diffstat (limited to '')
-rw-r--r-- | cheat/.cheat/ssh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cheat/.cheat/ssh b/cheat/.cheat/ssh index b422ae6..d667af4 100644 --- a/cheat/.cheat/ssh +++ b/cheat/.cheat/ssh @@ -50,3 +50,5 @@ ssh-keygen -t rsa -C "your_email@example.com" -P "" -q -f ~/.ssh/gitlab_rsa ssh-keygen -t ed25519 ssh-keygen -t ed25519 -C "user@example.com" -q -f ~/.ssh/user@example.com + +ssh-copy-id -i ~/.ssh/id_dsa.pub user@machine |