summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_ssh
AgeCommit message (Collapse)AuthorFilesLines
2021-10-16github #79 (tweaked): _ssh: update options in apple's version of ssh-addXavier Hsinyuan1-3/+13
2021-07-0949150: consistently use singular form for headings on completion match groupsOliver Kiddle1-1/+1
2021-07-0949149: add specific values in completion after ssh-keygen -b depending on ↵Oliver Kiddle1-3/+8
the key type
2021-05-1648623: update options in openssh completion to version 8.6Oliver Kiddle1-40/+66
2020-08-2147322: allow prefix with ssh cipher completion and add matching control for ↵Oliver Kiddle1-3/+3
options
2019-10-1844849: completion updates for changes in OpenBSD 6.6Oliver Kiddle1-32/+60
2019-09-3044783, 44791: mark some repeatable options with * in the _arguments specsOliver Kiddle1-2/+3
2019-05-2344349: completion option updatesOliver Kiddle1-1/+1
2019-04-2644234: _ssh: Update for OpenSSH 8.0dana1-6/+11
2018-11-1243816: various completion option updatesOliver Kiddle1-1/+2
2018-04-1642659: various completion option updatesOliver Kiddle1-0/+3
2018-04-0542584: complete options for ssh-keyscan and update options for ssh-copy-idOliver Kiddle1-6/+24
2018-03-2442491 based on 42000 (Andrei Shevchuk): factor ssh host completion for use ↵Oliver Kiddle1-42/+0
for mosh and git
2018-01-2342317: completion option updates for commands that have had recent updatesOliver Kiddle1-68/+45
2017-12-22dana: various OpenSSH completion improvementsdana1-45/+53
2017-07-1541431: update options in assorted completionsOliver Kiddle1-2/+2
2017-05-2841159: handle "Include" and "HostName" lines in ~/.ssh/configBarton E. Schaefer1-11/+17
Added 2>/dev/null to conceal file access errors.
2016-11-2039974: complete shared libraries for -e and -s options to ssh-addOliver Kiddle1-3/+3
2016-10-0739479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf1-5/+5
-P' calls to use shortest match where applicable, plus random drive-by tweaks. Found by grepping for patterns that can match needles of various lengths: :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/
2016-09-1139261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵Oliver Kiddle1-0/+1
with sudo in completion functions A new gain-privileges style enables it and a _comp_priv_prefix array added for tracking how to match privileges for the current command
2016-09-0639174: _ssh: Fix completion of ProxyCommand option.Daniel Shahaf1-4/+1
The incumbent code would discard the first word of the value of the ProxyCommand option. Stop doing so. With that removed the remaining two lines were equivalent to _cmdstring, so just call it directly.
2016-08-1939067: update options to correspond to latest versions of software in ↵Oliver Kiddle1-25/+80
various functions
2016-02-1437972: Redirect stderr to /dev/null in cases where ${~param} might generate ↵Barton E. Schaefer1-1/+1
errors
2015-10-1936869: use permissions to limit files completed for ssh identity filesMatthew Martin1-1/+1
2015-08-1736183: _ssh: update to 7.0Mikael Magnusson1-4/+15
2015-08-1236127: assorted minor completion function changesOliver Kiddle1-1/+1
2015-08-0535991: _ssh: add ssh option FingerprintHashChristian Hesse1-0/+5
Signed-off-by: Christian Hesse <mail@eworm.de>
2015-08-05unposted: _ssh: use the -q option for the = suffixMikael Magnusson1-1/+1
This way, you can press = to start completing the values instead of the space, backspace, tab dance
2015-08-0535989: _ssh: update to 6.9Mikael Magnusson1-45/+82
2015-08-0535972: allow for Directive=Value format in .ssh/configEric Cook1-2/+2
2015-08-0535986: add ssh option UpdateHostKeysChristian Hesse1-0/+1
2014-01-2932316: complete new ssh key typeChristian Hesse1-1/+3
2013-03-20Han Pingtian: 31167 (with tweak): limit use of colons for recognisingPeter Stephenson1-1/+1
remote path in ssh completion
2012-05-1730474: add ssh -O cancel completionMikael Magnusson1-2/+2
2012-03-2430371: _ssh: you can specify -i multiple timesMikael Magnusson1-1/+1
2012-03-0530314: add completion for ssh-copy-id.Clint Adams1-1/+6
2011-12-1029961: _ssh: extend option completion.Mikael Magnusson1-38/+201
2011-12-1029962: Actually return ret in _ssh.Mikael Magnusson1-0/+2
2011-12-0929918: Completion: Add new _remote_files() helper and use it to reduce code ↵Simon Ruderich1-36/+2
duplication.
2011-12-0929917: Completion/Unix/Command/_ssh: Tabs to spaces.Simon Ruderich1-54/+54
2011-11-23Ignacy Gawędzki: 29912: add "--" to ls in ssh completionPeter Stephenson1-1/+1
2011-11-0729893: Completion/Unix/Command/_ssh: Update (mostly) for 5.9.Simon Ruderich1-84/+176
2011-09-0729755: add -O stop to to _ssh.Mikael Magnusson1-1/+1
2011-09-0629738: _ssh: Add PreferredAuthentications completion.Mikael Magnusson1-0/+3
2011-08-1729683: add -O forward to _ssh.Mikael Magnusson1-1/+1
2010-01-0727579: allow ssh -S argument to follow immediately the option letter.Clint Adams1-1/+1
2009-04-30users/14076 + workers/26906: Completion/Unix/Command/_ssh: fix autoremovalBart Schaefer1-5/+5
of some suffixes.
2009-04-2926900: Ben Haskell: ssh -Y, -x and -X are mutually exclusivePeter Stephenson1-3/+3
2009-04-2926899: Ingmar Vanhassel: complete ssh -YPeter Stephenson1-0/+1
2008-10-14Jörg Sommer: 25882: run ssh with -oBatchMode=yes.Clint Adams1-1/+1