#801274 "ssh-agent -d command" not working

Package:
openssh-client
Source:
openssh
Description:
secure shell (SSH) client, for secure access to remote machines
Submitter:
Harald Dunkel
Date:
2015-10-08 06:21:14 UTC
Severity:
normal
#801274#5
Date:
2015-10-08 06:18:24 UTC
From:
To:
According to its own usage message this should work:

% ssh-agent -d sleep 30
usage: ssh-agent [options] [command [arg ...]]
Options:
  -c          Generate C-shell commands on stdout.
  -s          Generate Bourne shell commands on stdout.
  -k          Kill the current agent.
  -d          Debug mode.
  -a socket   Bind agent socket to given name.
  -t life     Default identity lifetime (seconds).

% echo $?
1


Regards
Harri