summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-06-16 15:28:07 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-06-16 15:28:07 +0200
commit72a4bb4c39fd04cb6562bcdef7a2adad518b01b7 (patch)
tree7e9a61295bcd844847418d4ef30bd693fbec277c /.zshrc
parent1931d0c57063f5703f96c63fe04e76caa13ad5b1 (diff)
downloaddotfiles-72a4bb4c39fd04cb6562bcdef7a2adad518b01b7.tar.gz
dotfiles-72a4bb4c39fd04cb6562bcdef7a2adad518b01b7.tar.xz
zshrc: new ssh aliases; xinitrc: fix time location for 1200px screen
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index ff49712..b946ca3 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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'