From 66cab63945e7acaf3cbda819d2213de557d1cb54 Mon Sep 17 00:00:00 2001 From: shokinn Date: Tue, 30 May 2023 14:14:52 +0200 Subject: [PATCH] add ssh alias to not check host key --- dotfiles/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index bfed040..d7e3f9a 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -160,6 +160,8 @@ source ${ZSH}/oh-my-zsh.sh #[[ $(command -v kubectl) ]] && alias pk='proxy_kubectl' #{%@@ endif @@%} +alias ssh-no-check="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" + # Initialize pyenv # Enable pipx completions