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