Changes
2 changed files (+7/-4)
-
fish/functions/start-ssh-agent.fish (deleted)
-
@@ -1,4 +0,0 @@function start-ssh-agent -d "Start ssh-agent and add the default key" eval (ssh-agent -c) ssh-add end
-
-
-
@@ -0,0 +1,7 @@function termux-ssh-askpass -d "Fetch SSH key password from Android keystore" # https://microsounds.github.io/notes/termux-ssh-fingerprint.htm # Fingerprint unlock termux-fingerprint # Sign nonce value echo nonce | termux-keystore sign default SHA256withRSA | base64 -w 0 end
-