mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
add ssh alias to not check host key
This commit is contained in:
parent
b510d6958f
commit
66cab63945
|
@ -160,6 +160,8 @@ source ${ZSH}/oh-my-zsh.sh
|
||||||
#[[ $(command -v kubectl) ]] && alias pk='proxy_kubectl'
|
#[[ $(command -v kubectl) ]] && alias pk='proxy_kubectl'
|
||||||
#{%@@ endif @@%}
|
#{%@@ endif @@%}
|
||||||
|
|
||||||
|
alias ssh-no-check="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
|
||||||
|
|
||||||
# Initialize pyenv
|
# Initialize pyenv
|
||||||
|
|
||||||
# Enable pipx completions
|
# Enable pipx completions
|
||||||
|
|
Loading…
Reference in a new issue