diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-21 12:05:11 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-21 12:05:11 -0400 |
commit | 41c4f2836711c4873199ab7054fb8e6e50e0cf6a (patch) | |
tree | d232a72e35e7d1e249f870e5aee768342c30e4cf | |
parent | 3eb64eb88247805d5d777ab5b49b56414630d18d (diff) |
ssh: GNU hosts
-rw-r--r-- | .config/ssh/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/ssh/config b/.config/ssh/config index 0703fb2..b827df5 100644 --- a/.config/ssh/config +++ b/.config/ssh/config @@ -20,6 +20,12 @@ Host parabola.nu *.parabola.nu Port 1863 User lukeshu +# GNU ###################################################### + +Host gerrit-ring.savoirfairelinux.com + Port 29420 + User LukeShu + # Personal ################################################# Host lukeshu.com *.lukeshu.com |