40 lines
673 B
Markdown
40 lines
673 B
Markdown
---
|
|
created: 2026-08-06T14:38:00
|
|
tags:
|
|
- hosts
|
|
- WSL
|
|
- windows
|
|
updated: 2026-08-06T14:44:00
|
|
---
|
|
|
|
# WSL
|
|
user=medic
|
|
Host openwebui
|
|
HostName 18.223.53.133
|
|
User ubuntu
|
|
IdentityFile ~/.ssh/openwebui_wsl
|
|
Host github-debtcoder
|
|
HostName github.com
|
|
User git
|
|
IdentityFile ~/.ssh/id_ed25519_github
|
|
Host github-plug-ooo
|
|
Hostname github.com
|
|
User git
|
|
IdentityFile ~/.ssh/openwebui_wsl
|
|
|
|
|
|
|
|
-----------------------
|
|
# Windows
|
|
user:there
|
|
Host dashit
|
|
HostName 3.23.239.121
|
|
User ubuntu
|
|
IdentityFile ~/.ssh/dashit.pem
|
|
ServerAliveInterval 60
|
|
# WSL
|
|
Host dashit
|
|
HostName 3.23.239.121
|
|
User ubuntu
|
|
IdentityFile ~/.ssh/dashit.pem
|
|
ServerAliveInterval 60 |