更新
This commit is contained in:
parent
7a9c9b1373
commit
c73edfe632
2
.rc.sh
2
.rc.sh
@ -27,5 +27,7 @@ export CHROME_EXECUTABLE=/usr/bin/microsoft-edge-stable
|
|||||||
export GOPATH="$LOCAL_SHARE/go"
|
export GOPATH="$LOCAL_SHARE/go"
|
||||||
export PATH="$HOME/.local/share/python/bin:$LOCAL_SHARE/flutter/bin:$GOPATH/bin:$LOCAL_SHARE/godev/bin:$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/share/python/bin:$LOCAL_SHARE/flutter/bin:$GOPATH/bin:$LOCAL_SHARE/godev/bin:$HOME/.local/bin:$PATH"
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
export UID=$UID
|
||||||
|
export GID=$GID
|
||||||
|
|
||||||
yupdate
|
yupdate
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
HostKeyAlgorithms +ssh-rsa
|
HostKeyAlgorithms +ssh-rsa
|
||||||
HostKeyAlgorithms +ssh-dss
|
|
||||||
PubkeyAcceptedKeyTypes +ssh-rsa
|
PubkeyAcceptedKeyTypes +ssh-rsa
|
||||||
PubkeyAcceptedKeyTypes +ssh-dss
|
|
||||||
IdentityFile ~/.ssh/dma-key
|
IdentityFile ~/.ssh/dma-key
|
||||||
ServerAliveInterval 60
|
ServerAliveInterval 60
|
||||||
|
|
||||||
@ -16,6 +14,11 @@ Host archdev
|
|||||||
Hostname 10.123.191.104
|
Hostname 10.123.191.104
|
||||||
User dma
|
User dma
|
||||||
|
|
||||||
|
Host 191.105
|
||||||
|
Hostname 10.123.191.105
|
||||||
|
Port 13911
|
||||||
|
User root
|
||||||
|
|
||||||
Host github.com
|
Host github.com
|
||||||
Hostname ssh.github.com
|
Hostname ssh.github.com
|
||||||
Port 443
|
Port 443
|
||||||
|
Loading…
Reference in New Issue
Block a user