From 8ef31e0bcfaca682d49c23839cbc890261b1f55e Mon Sep 17 00:00:00 2001 From: mollusk Date: Wed, 17 Apr 2019 16:31:23 -0700 Subject: [PATCH] New Script: ssh config Former-commit-id: cb353cd5f2e6e99a2a9074e4ccea7d9a25196ee7 Former-commit-id: 1b3d117f1a5a7c9675498b23cdd148dc3a7ad00b --- config | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 config diff --git a/config b/config new file mode 100755 index 0000000..1d11b80 --- /dev/null +++ b/config @@ -0,0 +1,29 @@ +Host gitbutter-server + HostName gitbutter.pw + User mollusk + IdentityFile ~/.ssh/thinkpadt420 + +Host gitbutter.pw + HostName gitbutter.pw + User git + IdentityFile ~/.ssh/thinkpadt420 + +Host jsearch.pw + HostName jsearch.pw + User mollusk + IdentityFile ~/.ssh/thinkpadt420 + +Host voidbuilds.xyz + HostName voidbuilds.xyz + User mollusk + IdentityFile ~/.ssh/thinkpadt420 + +Host github.com + HostName github.com + User git + IdentityFile ~/.ssh/thinkpadt420 + +Host void-ryzen + HostName 192.168.1.174 + User mollusk + IdentityFile ~/.ssh/thinkpadt420 \ No newline at end of file