diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-12-08 12:02:11 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-12-08 12:02:11 +0700 |
commit | a1deafa6ee56c7818419cfe0d318496c38523ee3 (patch) | |
tree | 5e28711870d71d6ff4086c285352523ac4fb5ef5 /dev | |
parent | b73bf44b7518cdf6d75b3bf79c67d217aced651f (diff) | |
download | dotfiles-a1deafa6ee56c7818419cfe0d318496c38523ee3.tar.gz |
Update 2020-12-08
Diffstat (limited to 'dev')
-rw-r--r-- | dev/.ssh/config | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dev/.ssh/config b/dev/.ssh/config index b1425ef..052d1ad 100644 --- a/dev/.ssh/config +++ b/dev/.ssh/config @@ -1 +1,8 @@ -AddKeysToAgent yes +AddKeysToAgent yes + +Host acanban + HostName acanban.ga + User weboms + Port 22222 + RequestTTY yes + RemoteCommand ssh acanban |