diff --git a/apps/ssh/config b/apps/ssh/config index 31146af30da7d56b8c48d6b40b4ef261e9acfbdf..aa96b12bdbc48849e2e5dd9c33df85575e849c83 100644 --- a/apps/ssh/config +++ b/apps/ssh/config @@ -2,34 +2,8 @@ Host jolheiser HostName jolheiser.com User jolheiser IdentityFile ~/.ssh/jolheiser - IdentitiesOnly yes Host jojodev HostName jojodev.com User jolheiser IdentityFile ~/.ssh/jojodev - IdentitiesOnly yes - -Host git.jojodev.com - HostName git.jojodev.com - User git - IdentityFile ~/.ssh/github - IdentitiesOnly yes - -Host github.com - HostName github.com - User git - IdentityFile ~/.ssh/github - IdentitiesOnly yes - -Host gitea.com - HostName gitea.com - User git - IdentityFile ~/.ssh/github - IdentitiesOnly yes - -Host codeberg.org - HostName codeberg.org - User git - IdentityFile ~/.ssh/github - IdentitiesOnly yes \ No newline at end of file