aboutsummaryrefslogtreecommitdiff
path: root/ssh.env.conf
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-05 18:09:25 -0300
committerEuAndreh <eu@euandre.org>2019-06-05 18:09:25 -0300
commit6f78c579237edaf4f14e23c24d3052aed1eb713e (patch)
treedeb924f5642040683da414dac1cfe76c8ce9fecf /ssh.env.conf
parentFix permission of server private key on boot (diff)
downloadtoph-6f78c579237edaf4f14e23c24d3052aed1eb713e.tar.gz
toph-6f78c579237edaf4f14e23c24d3052aed1eb713e.tar.xz
Use non-standard port for SSH
Diffstat (limited to 'ssh.env.conf')
-rw-r--r--ssh.env.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh.env.conf b/ssh.env.conf
index 6ce50ed..b3dc21d 100644
--- a/ssh.env.conf
+++ b/ssh.env.conf
@@ -2,5 +2,6 @@ Host $TLD
User root
IdentityFile $PWD/secrets/ssh/vps-box-client
UserKnownHostsFile $PWD/secrets/ssh/known-hosts.txt
+ Port $SSH_PORT
Host git.sr.ht
StrictHostKeyChecking no