diff options
-rw-r--r-- | .xinitrc | 2 | ||||
-rw-r--r-- | .zshrc | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -36,7 +36,7 @@ autostart () { #liferea & zim & clipit & - $HOME/git/thetime/src/thetime -t "%F %H:%M:%S" -p 1921,1040 -f "xft:DejaVu Sans:size=10" + $HOME/git/thetime/src/thetime -t "%F %H:%M:%S" -p 1921,1160 -f "xft:DejaVu Sans:size=10" } # WM @@ -501,6 +501,8 @@ alias su='su -' # too long to remember alias asciidoc_full='asciidoc -a icons -a toc -a linkcss -a quirks!' alias nossh='ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' +alias sshpw="ssh -S none -o PubkeyAuthentication=no" +alias nosshpw="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -S none -o PubkeyAuthentication=no" # other random aliases alias ☠='pkill -9' |