diff --git a/.rc.sh b/.rc.sh index b622cc8..52c3b43 100644 --- a/.rc.sh +++ b/.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 diff --git a/.ssh/dma-config b/.ssh/dma-config index 5ebb384..6a49002 100644 --- a/.ssh/dma-config +++ b/.ssh/dma-config @@ -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