• Home
  • Raw
  • Download

Lines Matching refs:ssh

4      ssh-add M-bM-^@M-^S adds private key identities to the authentication agent
7 ssh-add [-cDdkLlXx] [-E fingerprint_hash] [-t life] [file ...]
8 ssh-add -s pkcs11
9 ssh-add -e pkcs11
12 ssh-add adds private key identities to the authentication agent,
13 ssh-agent(1). When run without arguments, it adds the files
14 ~/.ssh/id_rsa, ~/.ssh/id_dsa, ~/.ssh/id_ecdsa, ~/.ssh/id_ed25519 and
15 ~/.ssh/identity. After loading a private key, ssh-add will try to load
20 If any file requires a passphrase, ssh-add asks for the passphrase from
21 the user. The passphrase is read from the user's tty. ssh-add retries
25 environment variable must contain the name of its socket for ssh-add to
32 by ssh-askpass(1). Successful confirmation is signaled by a zero
33 exit status from ssh-askpass(1), rather than text entered into
39 If ssh-add has been run without arguments, the keys for the
44 found at a given path, ssh-add will append .pub and retry.
77 If ssh-add needs a passphrase, it will read the passphrase from
78 the current terminal if it was run from a terminal. If ssh-add
81 SSH_ASKPASS (by default M-bM-^@M-^\ssh-askpassM-bM-^@M-^]) and open an X11 window to
83 ssh-add from a .xsession or related script. (Note that on some
92 ~/.ssh/identity
96 ~/.ssh/id_dsa
100 ~/.ssh/id_ecdsa
104 ~/.ssh/id_ed25519
108 ~/.ssh/id_rsa
113 ssh-add ignores identity files if they are accessible by others.
117 ssh-add is unable to contact the authentication agent.
120 ssh(1), ssh-agent(1), ssh-askpass(1), ssh-keygen(1), sshd(8)
123 OpenSSH is a derivative of the original and free ssh 1.2.12 release by