update
This commit is contained in:
parent
ebfde2c2f4
commit
e59fa1b32f
8 changed files with 41 additions and 2 deletions
26
.ssh/config
26
.ssh/config
|
|
@ -1,3 +1,23 @@
|
|||
# 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
|
||||
|
|
@ -6,4 +26,8 @@ Host *
|
|||
# ForwardAgent yes
|
||||
|
||||
host 192.168.20.253
|
||||
SetEnv TERM=xterm-256color
|
||||
SetEnv TERM=xterm-256color
|
||||
|
||||
Host gitlab.durp.info
|
||||
User git
|
||||
Port 9022
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue