aboutsummaryrefslogtreecommitdiff
path: root/ssh.conf
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-28 00:12:19 -0300
committerEuAndreh <eu@euandre.org>2019-05-28 00:12:19 -0300
commitaa4d55b5a7c9ed8c6ca76d60cddcc3b8a47101d9 (patch)
treed9bdb5b6cd4b583742a780563de6ab9e8fcbbcdd /ssh.conf
parentTODOs.org (diff)
downloadserver-aa4d55b5a7c9ed8c6ca76d60cddcc3b8a47101d9.tar.gz
server-aa4d55b5a7c9ed8c6ca76d60cddcc3b8a47101d9.tar.xz
Rename ./secrets/id_rsa{.pub} -> ./secrets/vps_box{.pub}
Diffstat (limited to 'ssh.conf')
-rw-r--r--ssh.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh.conf b/ssh.conf
index 1cc67de..327254f 100644
--- a/ssh.conf
+++ b/ssh.conf
@@ -1,4 +1,4 @@
Host $TLD
User root
- IdentityFile $PWD/secrets/id_rsa
+ IdentityFile $PWD/secrets/vps_box
StrictHostKeyChecking no