This commit is contained in:
dmahacker 2024-07-25 23:51:51 +08:00
parent 7a9c9b1373
commit c73edfe632
2 changed files with 7 additions and 2 deletions

2
.rc.sh
View File

@ -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

View File

@ -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