summarylogtreecommitdiffstats
path: root/kr.install
diff options
context:
space:
mode:
Diffstat (limited to 'kr.install')
-rw-r--r--kr.install4
1 files changed, 1 insertions, 3 deletions
diff --git a/kr.install b/kr.install
index 132fff255acf..6ba1d9b4e7aa 100644
--- a/kr.install
+++ b/kr.install
@@ -1,7 +1,5 @@
post_install() {
echo -e "\e[32m\e[1m============================\e[0m"
- echo -e "\e[32mTo enable SSH through kr, please run the following command:\e[0m"
- echo -e "\e[94m"
- echo "echo -e '\\n# Added by Kryptonite\\nHost *\\n\\tPKCS11Provider /usr/lib/kr-pkcs11.so\\n\\tProxyCommand /usr/bin/krssh %h %p\\n\\tIdentityFile ~/.ssh/id_kryptonite\\n\\tIdentityFile ~/.ssh/id_ed25519\\n\\tIdentityFile ~/.ssh/id_rsa\\n\\tIdentityFile ~/.ssh/id_ecdsa\\n\\tIdentityFile ~/.ssh/id_dsa' >> ~/.ssh/config"
+ echo -e "\e[32m'kr pair' will automatically configure ~/.ssh/config to use Kryptonite. To prevent this, export KR_SKIP_SSH_CONFIG=1\e[0m"
echo -e "\e[0m\e[32m\e[1m============================\e[0m"
}