From f778140e1b85f42ace17b3f51d6dac4c8ce09ff6 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 15 Apr 2026 11:32:48 +0100 Subject: Added SSH_ASKPASS for working with Mango --- .profile | 3 +++ 1 file changed, 3 insertions(+) (limited to '.profile') diff --git a/.profile b/.profile index 9d4ddba..d5e0535 100644 --- a/.profile +++ b/.profile @@ -13,5 +13,8 @@ export TERM=wsvt25 PAGER='less'; export PAGER +SSH_ASKPASS='/home/justine/.local/bin/ssh-askpass'; export SSH_ASKPASS +SSH_ASKPASS_REQUIRE=prefer; export SSH_ASKPASS_REQUIRE + ENV=$HOME/.kshrc; export ENV -- cgit v1.2.3