From 41905e2636367e087759b11d721767a998179cd2 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Thu, 14 Jan 2016 16:29:26 +0100 Subject: zshrc: ssh_legacy --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 919483d..6acb6ab 100644 --- a/.zshrc +++ b/.zshrc @@ -191,6 +191,7 @@ alias t_timeline='while true; do clear; t timeline -n 13 -C icon; sleep 600; don alias cal='while true; do clear; echo; khal calendar; sleep 600; done' alias gitc='git -c color.status=always' alias npm_install='npm install -g --prefix ./lib/node' +alias ssh_legacy='ssh -oKexAlgorithms=+diffie-hellman-group1-sha1' if [[ -f ~/.zshrcp ]]; then source ~/.zshrcp fi -- cgit v1.2.3