diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2026-07-06 16:40:47 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-07-06 16:41:15 +0000 |
| commit | 3838aee84536f5957d08f2914aa03181f9c41c89 (patch) | |
| tree | 6de1ade940992eb97a1ee4dce7d4be77a7393987 /ssh-agent.0 | |
| parent | 2c72d8219c5679490c3becad8118ea5c8950b893 (diff) | |
Diffstat (limited to 'ssh-agent.0')
| -rw-r--r-- | ssh-agent.0 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ssh-agent.0 b/ssh-agent.0 index 9abedc210d0f..e53ec00ba8e7 100644 --- a/ssh-agent.0 +++ b/ssh-agent.0 @@ -10,6 +10,7 @@ SYNOPSIS [-P allowed_providers] [-t life] command [arg ...] ssh-agent [-c | -s] -k ssh-agent -u + ssh-agent -V DESCRIPTION ssh-agent is a program to hold private keys used for public key @@ -108,6 +109,8 @@ DESCRIPTION as a subprocess of the agent. The agent exits automatically when the command given on the command line terminates. + -V Display the version number and exit. + There are three main ways to get an agent set up. The first is at the start of an X session, where all other windows or programs are started as children of the ssh-agent program. The agent starts a command under @@ -174,4 +177,4 @@ AUTHORS created OpenSSH. Markus Friedl contributed the support for SSH protocol versions 1.5 and 2.0. -OpenBSD 7.8 October 4, 2025 SSH-AGENT(1) +OpenBSD 7.9 May 27, 2026 SSH-AGENT(1) |
