diff options
author | Starfall <us@starfall.systems> | 2020-08-15 21:13:24 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-08-15 21:13:24 -0500 |
commit | 3346355b4155cfb01c240498160eddebabd8e96c (patch) | |
tree | d01312be7d1a178b81418857e9df8216f4e3c326 /.ssh/config | |
parent | 77aedfae800575f1f2d928fb62abaa7c72b8211c (diff) |
ssh: port for tilde instance
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index 5841078..612b19c 100644 --- a/.ssh/config +++ b/.ssh/config @@ -8,3 +8,5 @@ Host monsterware.dev User devin Port 60666 +Host wiredego.net + Port 1998 |