diff --git a/.kshrc b/.kshrc index e0cd04e..49065a7 100644 --- a/.kshrc +++ b/.kshrc @@ -118,6 +118,10 @@ alias tuta="tut -u 'sh@bsd.network uugrn@chaos.social'" alias x="ssh -t sdk@home.codevoid.de tmux -u at \|\| tmux" alias l="ssh -t d034266@ld5587 tmux -u at \|\| tmux" +alias inssh="ssh -o HostKeyAlgorithms=+ssh-rsa \ + -o KexAlgorithms=+diffie-hellman-group1-sha1 \ + -o Ciphers=+aes256-cbc" + myps() { ps -fU $(whoami); } mytop() { top -u $(whoami); }