diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-08-30 15:47:32 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-08-30 15:47:32 +0900 |
commit | 95c2061fcccd276c6362ae69eac4dea01cbd4e54 (patch) | |
tree | adeb95fd8eee15447d8dcef19a57f0d048d80d28 /dev | |
parent | 1aaf8850986e1199b1830ee2b754c329dc179f04 (diff) | |
download | dotfiles-95c2061fcccd276c6362ae69eac4dea01cbd4e54.tar.gz |
Install stuff for work
Diffstat (limited to 'dev')
-rw-r--r-- | dev/.ssh/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/.ssh/config b/dev/.ssh/config index e2c9e31..241568f 100644 --- a/dev/.ssh/config +++ b/dev/.ssh/config @@ -10,3 +10,7 @@ Host rack User cnx Port 4071 RequestTTY yes + +Host guix + HostName 192.168.0.7 + User cnx |