Compare commits

...

2 Commits

Author SHA1 Message Date
5dde8f7a69 ssh-config: remove gitbutter.pw 2020-01-27 15:05:32 -07:00
6aff368ccd ssh-config: add gitea 2020-01-27 15:05:03 -07:00

12
config
View File

@@ -3,11 +3,6 @@ Host gitbutter-server
User mollusk
IdentityFile ~/.ssh/thinkpadt420
Host gitbutter.pw
HostName gitbutter.pw
User git
IdentityFile ~/.ssh/thinkpadt420
Host jsearch.pw
HostName jsearch.pw
User mollusk
@@ -26,4 +21,9 @@ Host github.com
Host void-ryzen
HostName 192.168.1.174
User mollusk
IdentityFile ~/.ssh/thinkpadt420
IdentityFile ~/.ssh/thinkpadt420
Host gitea
HostName gitbutter.xyz
User git
IdentityFile ~/.ssh/thinkpadt420