diff --git a/00-allow-git.conf b/.ssh/config old mode 100644 new mode 100755 similarity index 77% rename from 00-allow-git.conf rename to .ssh/config index fc74c59..53c7c09 --- a/00-allow-git.conf +++ b/.ssh/config @@ -1,7 +1,7 @@ Host alps HostName 10.88.0.1 User git - IdentityFile /opt/secure/ssh/id_ed25519 + IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly yes StrictHostKeyChecking yes Port 2222 @@ -10,7 +10,7 @@ Host alps Host github HostName github.com User git - IdentityFile /opt/secure/ssh/id_ed25519 + IdentityFile ~/.ssh/id_ed25519 IdentitiesOnly yes StrictHostKeyChecking yes ProxyCommand none