Difference between revisions of "Ssh-agent"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
+
{{lowercase}}
[[ssh-agent --help]]
+
*<code>[[ssh-agent --help]]</code>
  
 
  ssh-agent
 
  ssh-agent
 
  SSH_AUTH_SOCK=/tmp/ssh-n8mmlwqsiTxq/agent.22002; export SSH_AUTH_SOCK;
 
  SSH_AUTH_SOCK=/tmp/ssh-n8mmlwqsiTxq/agent.22002; export SSH_AUTH_SOCK;
 
  SSH_AGENT_PID=22003; export SSH_AGENT_PID;  
 
  SSH_AGENT_PID=22003; export SSH_AGENT_PID;  
  echo Agent pid 22003;
+
  echo Agent [[pid]] 22003;
  
 
  [[eval]] `ssh-agent -s`
 
  [[eval]] `ssh-agent -s`
Line 15: Line 15:
  
 
== See also ==
 
== See also ==
 +
* {{ssh-agent}}
 
* {{OpenSSH}}
 
* {{OpenSSH}}
  
 
[[Category:OpenSSH]]
 
[[Category:OpenSSH]]

Latest revision as of 11:28, 6 September 2021

ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-n8mmlwqsiTxq/agent.22002; export SSH_AUTH_SOCK;
SSH_AGENT_PID=22003; export SSH_AGENT_PID; 
echo Agent pid 22003;
eval `ssh-agent -s`
Agent pid 22010


Related commands[edit]

See also[edit]

Advertising: