From 49ec1d365758456fb1699ed66f6c987d6d661f7f Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 18 Aug 2014 19:22:14 +0200 Subject: ssh: import config --- ssh/config | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ssh/config (limited to 'ssh') 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 -- cgit v1.2.3-54-g00ecf