Changes
2 changed files (+7/-0)
-
-
@@ -1,5 +1,7 @@#!/usr/bin/env fish # See termux-ssh-config for a fix for host key verification failures # https://microsounds.github.io/notes/termux-ssh-fingerprint.htm # Unlock keystore with fingerprint termux-fingerprint >/dev/null
-
-
termux-ssh-config (new)
-
@@ -0,0 +1,5 @@AddKeysToAgent yes # termux-ssh-askpass.fish breaks SSH host key checking # https://mariomoura.com/post/ssh-ask-pass/ # I always say yes anyways StrictHostKeyChecking accept-new
-