aboutsummaryrefslogtreecommitdiffstats
path: root/ssh/config
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/config')
-rw-r--r--ssh/config25
1 files changed, 25 insertions, 0 deletions
diff --git a/ssh/config b/ssh/config
new file mode 100644
index 0000000..9f244ba
--- /dev/null
+++ b/ssh/config
@@ -0,0 +1,25 @@
+Host *
+ VerifyHostKeyDNS yes
+ ControlPath /run/user/1000/ssh.%r@%h:%p
+ ControlMaster auto
+ ControlPersist 30
+ GSSAPIAuthentication yes
+ PubkeyAuthentication yes
+
+Host *.kyriasis.com
+ GSSAPIDelegateCredentials yes
+ ForwardAgent yes
+ ForwardX11 yes
+ ForwardX11Trusted yes
+
+Host theos
+ hostname theos.kyriasis.com
+ PubkeyAuthentication no
+
+Host lucifer
+ hostname lucifer.kyriasis.com
+
+Host astronomer
+ user demize
+ hostname astronomer.erebor.buhman.org
+ ProxyCommand ssh theos.kyriasis.com ncat %h %p