diff --git a/ssh/app-github.pub b/ssh/app-github.pub new file mode 100644 index 0000000..3c6632f --- /dev/null +++ b/ssh/app-github.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN9f2p8HTbjdo4GJHusMa8jtjSIcOrTmL6nxpvnUZVcq \ No newline at end of file diff --git a/ssh/config b/ssh/config index dcf16b3..33c9b69 100644 --- a/ssh/config +++ b/ssh/config @@ -8,6 +8,11 @@ Host git.mitsea.com User git IdentityFile ~/.flinty/ssh/app-gitea-selfhost.pub +Host github.com + HostName github.com + User git + IdentityFile ~/.flinty/ssh/app-github.pub + Host inc-r750xa HostName 10.0.24.20 User ubuntu