summaryrefslogtreecommitdiff
path: root/chef/lib/chef/knife/ssh.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10-stable'Bryan McLellan2012-10-161-3/+15
|\
| * CHEF-3484: skip item if lacking the specified attributeBryan McLellan2012-10-111-2/+3
| * CHEF-3484: Modified configure_session method to skip nil items in loopMilos Gajdos2012-10-111-1/+4
| * CHEF-3402 fixed: knife ssh says "No nodes returned from search!" when FQDN at...Xabier de Zuazo2012-09-191-1/+10
* | Fix broken attribute selection in knife sshdanielsdeleo2012-10-111-2/+7
|/
* Sometimes the tests leak a leading space into this attribute, clean it up.Bryan McLellan2012-09-141-1/+1
* CHEF-3439: Ensure that a command line argument still winsBryan McLellan2012-09-131-1/+3
* CHEF-3439: Allow ssh cloud attribute to be overriden by a config fileGilles Devaux2012-09-131-2/+2
* CHEF-3433 - use item when in the cloudGilles Devaux2012-09-101-1/+1
* [CHEF-3288] Ensure force_encoding can be called on the string.Steven Danna2012-09-051-3/+2
* Force encoding to binary to prevent stacktrace with unicode inputChris Parsons2012-08-271-0/+1
* CHEF-1554: default to using a cloud attributeBryan McLellan2012-08-031-2/+10
* get FQDN on Amazon EC2takeshi2012-08-031-1/+5
* Fix a typo in ssh_gatewayNoah Kantrowitz2012-07-271-1/+1
* CHEF-2627: run() and ssh_command() of Chef::Knife::Ssh should return the exit...Hui Hu2012-06-211-0/+7
* rework knife ssh cssh to support more platformsMathieu Sauve-Frankel2012-06-191-5/+22
* convert knife ssh to use shell_out!Mathieu Sauve-Frankel2012-05-141-2/+4
* [CHEF-2705] - fix regression where fqdn as default was lostjtimberman2012-04-191-1/+2
* add support for ssh_gateway definition in knife.rbJohn Donagher2012-04-031-1/+3
* added option for ssh gateway in knife ssh command.Augusto Becciu2012-04-031-0/+13
* modifed ssh_attribute to function similar to ssh_port in knife.rb configChris McClimans2012-04-031-4/+4
* remove default value because the default is provided in the configure_attribu...Max Rabin2012-04-031-2/+1
* Allow to assign frozen strings like ENV variables to ssh_user and ssh_identit...Akzhan Abdulin2012-04-031-4/+8
* adding keys_only opt to knife sshJohn E. Vincent2012-04-021-0/+1
* CHEF-2641 updated knife to use standard -no prefixMarc Paradise2011-12-071-5/+5
* CHEF-2573: Since : is a unique use case, use = as the replacement since it co...Bryan McLellan2011-10-101-1/+1
* Fixes CHEF-2573 by removing colon from tmux nameStuart Glenn2011-10-101-1/+1
* Adding csshX support to knife sshAdam Jacob2011-09-291-0/+10
* CHEF-1830 Add option to raise ssh exception so bootstrap.rb can handle it.Steven Danna2011-09-281-2/+9
* configure a default ssh identity file in knife.rbMichael Hale2011-07-191-3/+7
* configure a default ssh user in knife.rbMichael Hale2011-07-191-2/+10
* command line attribute has higher precedence than attribute in knife.rbMichael Hale2011-07-191-5/+3
* configure a default ssh attribute in knife.rbMichael Hale2011-07-191-0/+10
* CHEF-2386: Make knife bootstrap and ssh use ui.msg.Stephen Nelson-Smith2011-05-281-3/+2
* Make knife ssh screen and knife ssh tmux respect -iMichael D. Ivey2011-05-251-1/+3
* [CHEF-2239] extend knife/ssh with Chef::Mixin::CommandDaniel DeLeo2011-04-181-0/+2
* [CHEF-2180] missing readline dependencySeth Chisamore2011-04-051-0/+1
* [CHEF-1768] knife commands that use ssh should allow the port to be configuredSeth Chisamore2011-03-311-0/+8
* lazy load knife deps for a snappier experienceDaniel DeLeo2011-03-271-3/+6
* [CHEF-1469] move highline functions into Knife::UIDaniel DeLeo2011-03-271-8/+4
* [CHEF-1469] Don't use main logger in knifeDaniel DeLeo2011-03-271-2/+2
* [CHEF-1590] Add --no-host-key-verify option to knife sshSeth Falcon2011-03-231-4/+4
* [CHEF-1590] use a boolean config option, fix specsDaniel DeLeo2011-03-231-3/+7
* [CHEF-1590] modify knife ec2, bootstrap and ssh for Amazon VPCMat Ellis2011-03-231-0/+8
* add an explicit dep on net/sshDaniel DeLeo2011-03-231-42/+11
* [CHEF-1937] Improve knife ssh tmux, no empty windows; separate sessionsSeth Falcon2010-12-151-8/+22
* [CHEF-1932] knife ssh macterm faster and less error proneDaniel DeLeo2010-12-121-4/+14
* fixing CHEF-1759 knife ssh failure: forgot to return rNuo Yan2010-10-121-3/+4
* fixing CHEF-1759 knife ssh failureNuo Yan2010-10-121-3/+4
* [CHEF-1137] include the exception class in error messages for knife sshDaniel DeLeo2010-10-061-1/+2