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

10
config
View File

@@ -3,11 +3,6 @@ Host gitbutter-server
User mollusk User mollusk
IdentityFile ~/.ssh/thinkpadt420 IdentityFile ~/.ssh/thinkpadt420
Host gitbutter.pw
HostName gitbutter.pw
User git
IdentityFile ~/.ssh/thinkpadt420
Host jsearch.pw Host jsearch.pw
HostName jsearch.pw HostName jsearch.pw
User mollusk User mollusk
@@ -27,3 +22,8 @@ Host void-ryzen
HostName 192.168.1.174 HostName 192.168.1.174
User mollusk User mollusk
IdentityFile ~/.ssh/thinkpadt420 IdentityFile ~/.ssh/thinkpadt420
Host gitea
HostName gitbutter.xyz
User git
IdentityFile ~/.ssh/thinkpadt420