diff options
| author | EuAndreh <eu@euandre.org> | 2019-06-05 18:09:25 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2019-06-05 18:09:25 -0300 |
| commit | 6f78c579237edaf4f14e23c24d3052aed1eb713e (patch) | |
| tree | deb924f5642040683da414dac1cfe76c8ce9fecf /ssh.env.conf | |
| parent | Fix permission of server private key on boot (diff) | |
| download | toph-6f78c579237edaf4f14e23c24d3052aed1eb713e.tar.gz toph-6f78c579237edaf4f14e23c24d3052aed1eb713e.tar.xz | |
Use non-standard port for SSH
Diffstat (limited to 'ssh.env.conf')
| -rw-r--r-- | ssh.env.conf | 1 |
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 |
