update
This commit is contained in:
parent
d0e3d90017
commit
229528eb75
9 changed files with 212 additions and 118 deletions
22
.ssh/config
22
.ssh/config
|
|
@ -1,23 +1,3 @@
|
|||
# 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
|
||||
Host *
|
||||
IdentityAgent none
|
||||
IdentitiesOnly yes
|
||||
|
|
@ -25,7 +5,7 @@ Host *
|
|||
#Host *
|
||||
# ForwardAgent yes
|
||||
|
||||
host 192.168.20.253
|
||||
host 192.168.30.200
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
Host gitlab.durp.info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue