diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-11-11 17:29:27 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-11-13 18:33:20 -0500 |
commit | 658b20d919d3498111efd5a6e901d3ab19d8e669 (patch) | |
tree | a6f2bee00ab040eb96ea96e4fbe0ca587e2647e4 /src/share/m/ssh_proxycommand | |
parent | 95cbf27b5854ed33c09e5497d5844025713b21bb (diff) |
universalize and consolidate on --fixed-list-mode
Diffstat (limited to 'src/share/m/ssh_proxycommand')
-rw-r--r-- | src/share/m/ssh_proxycommand | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/m/ssh_proxycommand b/src/share/m/ssh_proxycommand index 3ac70e1..8c71870 100644 --- a/src/share/m/ssh_proxycommand +++ b/src/share/m/ssh_proxycommand @@ -217,7 +217,7 @@ output_no_valid_key() { fi # get the gpg info for userid - gpgOut=$(gpg_user --list-key --fixed-list-mode --with-colon \ + gpgOut=$(gpg_user --list-key --with-colons \ --with-fingerprint --with-fingerprint \ ="$userID" 2>/dev/null) |