]> gitweb.fluxo.info Git - utils-ssh.git/commitdiff
Do not automatically load monkeysphere keys at ssh-agent-loadkeys
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 26 Mar 2019 01:26:29 +0000 (22:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 26 Mar 2019 01:26:29 +0000 (22:26 -0300)
ssh-agent-loadkeys

index 13a77e4f35c9b4862e1e27b1177012853f8e716a..fe7955284dc79476b315c51dddba9ebb4e64709b 100755 (executable)
@@ -22,11 +22,11 @@ if [ -x '/usr/bin/keychain' ]; then
   #fi
 
   # Check for monkeysphere
-  if [ -x '/usr/bin/monkeysphere' ]; then
-    if ! ssh-add -l &> /dev/null && [ "`gpg --list-secret-keys | wc -l`" != "0" ]; then
-      monkeysphere subkey-to-ssh-agent
-    fi
-  fi
+  #if [ -x '/usr/bin/monkeysphere' ]; then
+  #  if ! ssh-add -l &> /dev/null && [ "`gpg --list-secret-keys | wc -l`" != "0" ]; then
+  #    monkeysphere subkey-to-ssh-agent
+  #  fi
+  #fi
 
   # Check for RSA key
   if [ -e "$HOME/.ssh/id_rsa" ]; then