about summary refs log tree commit diff
path: root/Completion/Unix/Command/_ssh
Commit message (Collapse)AuthorAgeFilesLines
* 47322: allow prefix with ssh cipher completion and add matching control for ↵Oliver Kiddle2020-08-211-3/+3
| | | | options
* 44849: completion updates for changes in OpenBSD 6.6Oliver Kiddle2019-10-181-32/+60
|
* 44783, 44791: mark some repeatable options with * in the _arguments specsOliver Kiddle2019-09-301-2/+3
|
* 44349: completion option updatesOliver Kiddle2019-05-231-1/+1
|
* 44234: _ssh: Update for OpenSSH 8.0dana2019-04-261-6/+11
|
* 43816: various completion option updatesOliver Kiddle2018-11-121-1/+2
|
* 42659: various completion option updatesOliver Kiddle2018-04-161-0/+3
|
* 42584: complete options for ssh-keyscan and update options for ssh-copy-idOliver Kiddle2018-04-051-6/+24
|
* 42491 based on 42000 (Andrei Shevchuk): factor ssh host completion for use ↵Oliver Kiddle2018-03-241-42/+0
| | | | for mosh and git
* 42317: completion option updates for commands that have had recent updatesOliver Kiddle2018-01-231-68/+45
|
* dana: various OpenSSH completion improvementsdana2017-12-221-45/+53
|
* 41431: update options in assorted completionsOliver Kiddle2017-07-151-2/+2
|
* 41159: handle "Include" and "HostName" lines in ~/.ssh/configBarton E. Schaefer2017-05-281-11/+17
| | | | Added 2>/dev/null to conceal file access errors.
* 39974: complete shared libraries for -e and -s options to ssh-addOliver Kiddle2016-11-201-3/+3
|
* 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵Daniel Shahaf2016-10-071-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/
* 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵Oliver Kiddle2016-09-111-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
* 39174: _ssh: Fix completion of ProxyCommand option.Daniel Shahaf2016-09-061-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.
* 39067: update options to correspond to latest versions of software in ↵Oliver Kiddle2016-08-191-25/+80
| | | | various functions
* 37972: Redirect stderr to /dev/null in cases where ${~param} might generate ↵Barton E. Schaefer2016-02-141-1/+1
| | | | errors
* 36869: use permissions to limit files completed for ssh identity filesMatthew Martin2015-10-191-1/+1
|
* 36183: _ssh: update to 7.0Mikael Magnusson2015-08-171-4/+15
|
* 36127: assorted minor completion function changesOliver Kiddle2015-08-121-1/+1
|
* 35991: _ssh: add ssh option FingerprintHashChristian Hesse2015-08-051-0/+5
| | | | Signed-off-by: Christian Hesse <mail@eworm.de>
* unposted: _ssh: use the -q option for the = suffixMikael Magnusson2015-08-051-1/+1
| | | | | This way, you can press = to start completing the values instead of the space, backspace, tab dance
* 35989: _ssh: update to 6.9Mikael Magnusson2015-08-051-45/+82
|
* 35972: allow for Directive=Value format in .ssh/configEric Cook2015-08-051-2/+2
|
* 35986: add ssh option UpdateHostKeysChristian Hesse2015-08-051-0/+1
|
* 32316: complete new ssh key typeChristian Hesse2014-01-291-1/+3
|
* Han Pingtian: 31167 (with tweak): limit use of colons for recognisingPeter Stephenson2013-03-201-1/+1
| | | | remote path in ssh completion
* 30474: add ssh -O cancel completionMikael Magnusson2012-05-171-2/+2
|
* 30371: _ssh: you can specify -i multiple timesMikael Magnusson2012-03-241-1/+1
|
* 30314: add completion for ssh-copy-id.Clint Adams2012-03-051-1/+6
|
* 29961: _ssh: extend option completion.Mikael Magnusson2011-12-101-38/+201
|
* 29962: Actually return ret in _ssh.Mikael Magnusson2011-12-101-0/+2
|
* 29918: Completion: Add new _remote_files() helper and use it to reduce code ↵Simon Ruderich2011-12-091-36/+2
| | | | duplication.
* 29917: Completion/Unix/Command/_ssh: Tabs to spaces.Simon Ruderich2011-12-091-54/+54
|
* Ignacy Gawędzki: 29912: add "--" to ls in ssh completionPeter Stephenson2011-11-231-1/+1
|
* 29893: Completion/Unix/Command/_ssh: Update (mostly) for 5.9.Simon Ruderich2011-11-071-84/+176
|
* 29755: add -O stop to to _ssh.Mikael Magnusson2011-09-071-1/+1
|
* 29738: _ssh: Add PreferredAuthentications completion.Mikael Magnusson2011-09-061-0/+3
|
* 29683: add -O forward to _ssh.Mikael Magnusson2011-08-171-1/+1
|
* 27579: allow ssh -S argument to follow immediately the option letter.Clint Adams2010-01-071-1/+1
|
* users/14076 + workers/26906: Completion/Unix/Command/_ssh: fix autoremovalBart Schaefer2009-04-301-5/+5
| | | | of some suffixes.
* 26900: Ben Haskell: ssh -Y, -x and -X are mutually exclusivePeter Stephenson2009-04-291-3/+3
|
* 26899: Ingmar Vanhassel: complete ssh -YPeter Stephenson2009-04-291-0/+1
|
* Jörg Sommer: 25882: run ssh with -oBatchMode=yes.Clint Adams2008-10-141-1/+1
|
* users/11333: fix users-hosts for ssh when user matchedPeter Stephenson2007-03-251-2/+3
|
* users/10981: needs glob_subst for config filePeter Stephenson2006-11-141-1/+1
|
* users/10979: ssh completion uses config file from -F if presentPeter Stephenson2006-11-141-2/+9
|
* 22812: utilize _bind_addresses in existing completion functions.Clint Adams2006-10-031-1/+1
|