From 68d4847bec6c527d3ff4a04e4aa7dc9b32febb1d Mon Sep 17 00:00:00 2001 From: Todd Sedano Date: Tue, 20 Mar 2018 16:19:55 -0700 Subject: [PATCH] Copy authorized_keys into ~/.ssh [ci skip] --- README.linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.linux.md b/README.linux.md index 1c04c331e1..240327de71 100644 --- a/README.linux.md +++ b/README.linux.md @@ -77,8 +77,8 @@ then run command `ldconfig`. ``` ssh-keygen - cp ~/.ssh/id_rsa.pub authorized_keys - chmod 600 authorized_keys + cp ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys + chmod 600 ~/.ssh/authorized_keys ``` 1. Verify that you can ssh to your machine name without a password -- GitLab