Difference between revisions of "Ssh-agent"
Jump to navigation
Jump to search
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{lowercase}} | |
− | + | *<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]
ssh-agent
,ssh-agent --help
- OpenSSH (changelog):
/etc/ssh/sshd_config
|/etc/ssh/ssh_config
|~/.ssh/
|openSSL | sshd logs
|sftp
|scp
|authorized_keys
|ssh-keygen
|ssh-keyscan
|ssh-add
|ssh-agent
|ssh
|Ssh -O stop
|ssh-copy-id
|CheckHostIP
|UseKeychain
, OpenSSF
Advertising: