>_ linuxcommand.dev
Startseite SSH_AUTH_SOCK
Security

SSH_AUTH_SOCK

Unix socket path to the SSH agent for key-based authentication.

Syntax
$echo $SSH_AUTH_SOCK
Examples
Examples
$echo $SSH_AUTH_SOCK
Examples
$ssh-add -l
Warnings
Use SSH agent forwarding only on trusted hosts.
Typical use cases
Check whether an SSH agent is available.
Note Enables agent forwarding and key use without copying private keys to remote hosts.
Export