From 8c406d4564ce534393207e5e81d49e898e38affa Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Mon, 6 Feb 2017 11:52:58 +0300 Subject: [PATCH] add zsh_pohui alias --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index bfdbb10..b0b8911 100644 --- a/zshrc +++ b/zshrc @@ -71,6 +71,7 @@ alias grep='grep --colour=auto' alias top='htop' alias df='df -k --print-type --human-readable' alias du='du -k --total --human-readable' +alias ssh_pohui='ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' alias ls='ls --color=auto --group-directories-first' alias ll='ls -l --human-readable'