2026-01-06 15:40:54 -06:00
|
|
|
# DevPod Start durpapi.devpod
|
|
|
|
|
Host durpapi.devpod
|
|
|
|
|
ForwardAgent yes
|
|
|
|
|
LogLevel error
|
|
|
|
|
StrictHostKeyChecking no
|
|
|
|
|
UserKnownHostsFile /dev/null
|
|
|
|
|
HostKeyAlgorithms rsa-sha2-256,rsa-sha2-512,ssh-rsa
|
|
|
|
|
ProxyCommand "/home/user/.var/app/sh.loft.devpod/data/devpod-cli" ssh --stdio --context default --user vscode durpapi
|
|
|
|
|
User vscode
|
|
|
|
|
# DevPod End durpapi.devpod
|
|
|
|
|
# DevPod Start devpod-example-go.devpod
|
|
|
|
|
Host devpod-example-go.devpod
|
|
|
|
|
ForwardAgent yes
|
|
|
|
|
LogLevel error
|
|
|
|
|
StrictHostKeyChecking no
|
|
|
|
|
UserKnownHostsFile /dev/null
|
|
|
|
|
HostKeyAlgorithms rsa-sha2-256,rsa-sha2-512,ssh-rsa
|
|
|
|
|
ProxyCommand "/home/user/.var/app/sh.loft.devpod/data/devpod-cli" ssh --stdio --context default --user vscode devpod-example-go
|
|
|
|
|
User vscode
|
|
|
|
|
# DevPod End devpod-example-go.devpod
|
2025-09-12 06:24:49 -05:00
|
|
|
Host *
|
|
|
|
|
IdentityAgent none
|
|
|
|
|
IdentitiesOnly yes
|
|
|
|
|
|
|
|
|
|
#Host *
|
|
|
|
|
# ForwardAgent yes
|
|
|
|
|
|
|
|
|
|
host 192.168.20.253
|
2026-01-06 15:40:54 -06:00
|
|
|
SetEnv TERM=xterm-256color
|
|
|
|
|
|
|
|
|
|
Host gitlab.durp.info
|
|
|
|
|
User git
|
|
|
|
|
Port 9022
|