Difference between revisions of "Ssh-add"

From wikieduonline
Jump to navigation Jump to search
Line 18: Line 18:
 
  Identity added: id_ed25519_your_key (USERNAME@HOSTNAME)
 
  Identity added: id_ed25519_your_key (USERNAME@HOSTNAME)
  
  [[ssh-add -l]] The agent has no identities.
+
  [[ssh-add -l]]  
 +
The agent has no identities.
 
   
 
   
 
  [[ssh-add -L]]
 
  [[ssh-add -L]]

Revision as of 12:01, 16 August 2023

ssh-add adds private key identities to the OpenSSH authentication agent (ssh-agent)

ssh-add
(no output)
ssh-add
Could not open a connection to your authentication agent.

Solution:
Execute ssh-agent
ssh-add id_ed25519_your_key
Enter passphrase for id_ed25519_your_key:
Identity added: id_ed25519_your_key (USERNAME@HOSTNAME)
ssh-add -l 
The agent has no identities.

ssh-add -L
ssh-add -K
ssh-add -A
No identity found in the keychain.

Related terms

See also

Advertising: