mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Add notes about ssh-agent key adding
This commit is contained in:
parent
8e5883f4d3
commit
f3cb7d8f52
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@ if [[ -n "${SSH_AUTH_SOCK}" ]]; then
|
||||||
case "${OSTYPE}" in
|
case "${OSTYPE}" in
|
||||||
linux*)
|
linux*)
|
||||||
# TODO: unsure yet
|
# 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*)
|
darwin*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue