diff --git a/ssh/app-gitea-selfhost.pub b/ssh/app-gitea-selfhost.pub new file mode 100644 index 0000000..9e9c812 --- /dev/null +++ b/ssh/app-gitea-selfhost.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILji+qkI6zDXSfTI1QRP+LCSoJrkI9uvHLzu0qxpq2yM \ No newline at end of file diff --git a/ssh/config b/ssh/config index af54b16..c03ae7d 100644 --- a/ssh/config +++ b/ssh/config @@ -3,6 +3,11 @@ Host * IdentityFile ~/.flinty/ssh/%n.pub ForwardAgent yes +Host git.mitsea.com + HostName git.mitsea.com + User git + IdentityFile ~/.flinty/ssh/app-gitea-selfhost.pub + Host inc-r750xa HostName 10.0.24.20 User ubuntu