diff options
Diffstat (limited to '.ssh/config')
-rw-r--r-- | .ssh/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config index ba66256..82c9d25 100644 --- a/.ssh/config +++ b/.ssh/config @@ -456,3 +456,13 @@ Host holoplot-linux-builder-1 IdentityFile ~/.ssh/id_ed25519 Port 22 User holoplot + +Host production-api-host + Compression yes + ControlMaster auto + ControlPath ~/.ssh/socket-%r@%h:%p + Hostname production-api-host.holoplot.net + IdentitiesOnly yes + IdentityFile ~/.ssh/id_ed25519 + Port 22 + User admin |