30 lines
445 B
Markdown
30 lines
445 B
Markdown
#WSL medic
|
|
|
|
Host openwebui
|
|
HostName 18.223.53.133
|
|
User ubuntu
|
|
IdentityFile ~/.ssh/openwebui_wsl
|
|
|
|
# debtcoder github
|
|
|
|
Host github-debtcoder
|
|
HostName github.com
|
|
User git
|
|
IdentityFile ~/.ssh/id_ed25519_github
|
|
|
|
# plug-ooo
|
|
|
|
Host plug
|
|
Hostname github.com
|
|
User git
|
|
IdentityFile ~/.ssh/openwebui_wsl
|
|
|
|
-----------------------
|
|
|
|
#WSL there
|
|
|
|
Host dashit
|
|
HostName 3.23.239.121
|
|
User ubuntu
|
|
IdentityFile ~/.ssh/dashit.pem
|
|
ServerAliveInterval 60 |