diff options
| -rw-r--r-- | lib/chef/knife/bootstrap.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/knife/bootstrap.rb b/lib/chef/knife/bootstrap.rb index 5b29591fcc..9625963825 100644 --- a/lib/chef/knife/bootstrap.rb +++ b/lib/chef/knife/bootstrap.rb @@ -59,6 +59,7 @@ class Chef :short => "-p PORT", :long => "--ssh-port PORT", :description => "The ssh port", + :default => 22, :proc => Proc.new { |key| Chef::Config[:knife][:ssh_port] = key } option :ssh_gateway, |
