Skip to content

Commit

Permalink
Added an env file for ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesBHuff committed Jul 7, 2024
1 parent e065ed4 commit 9113f45
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Linux/home/miles/.config/environment.d/ssh.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/hint/env
## Copyright (C) by Miles Bradley Huff from 2024-2024 per the LGPL3 (the Third Lesser GNU Public License)
## User environment variables
##
## Variables that affect TUI apps or that require shell capabilities should go in `~/.profile`.
## Variables that affect GUI apps should go in `~/.dprofile`.

SSH_ASKPASS=/usr/bin/ksshaskpass
SSH_ASKPASS_REQUIRE=prefer

0 comments on commit 9113f45

Please sign in to comment.