diff options
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 |