更新
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 PATH="$HOME/.local/share/python/bin:$LOCAL_SHARE/flutter/bin:$GOPATH/bin:$LOCAL_SHARE/godev/bin:$HOME/.local/bin:$PATH"
|
||||
export EDITOR=vim
|
||||
export UID=$UID
|
||||
export GID=$GID
|
||||
|
||||
yupdate
|
||||
|
@ -1,9 +1,7 @@
|
||||
AddKeysToAgent yes
|
||||
ForwardAgent yes
|
||||
HostKeyAlgorithms +ssh-rsa
|
||||
HostKeyAlgorithms +ssh-dss
|
||||
PubkeyAcceptedKeyTypes +ssh-rsa
|
||||
PubkeyAcceptedKeyTypes +ssh-dss
|
||||
IdentityFile ~/.ssh/dma-key
|
||||
ServerAliveInterval 60
|
||||
|
||||
@ -16,6 +14,11 @@ Host archdev
|
||||
Hostname 10.123.191.104
|
||||
User dma
|
||||
|
||||
Host 191.105
|
||||
Hostname 10.123.191.105
|
||||
Port 13911
|
||||
User root
|
||||
|
||||
Host github.com
|
||||
Hostname ssh.github.com
|
||||
Port 443
|
||||
|
Loading…
Reference in New Issue
Block a user