Add notes about ssh-agent key adding

This commit is contained in:
Loic Nageleisen 2024-02-12 19:09:22 +01:00
parent 8e5883f4d3
commit f3cb7d8f52
Signed by: lloeki
GPG key ID: D05DAEE6889F94C2

View file

@ -18,6 +18,11 @@ if [[ -n "${SSH_AUTH_SOCK}" ]]; then
case "${OSTYPE}" in
linux*)
# TODO: unsure yet
# maybe:
# ssh-add ~/.ssh/id_*[!.pub]
# or on demand:
# see ssh_config(5) AddKeysToAgent yes or ask
# see ssh(1) SSH_ASKPASS=/path/to/ask / SSH_ASKPASS_REQUIRE=prefer
:
;;
darwin*)