# File lib/chef/knife/bootstrap.rb, line 145
      def knife_ssh
        ssh = Chef::Knife::Ssh.new
        ssh.name_args = [ server_name, ssh_command ]
        ssh.config[:ssh_user] = config[:ssh_user] 
        ssh.config[:ssh_password] = config[:ssh_password]
        ssh.config[:identity_file] = config[:identity_file]
        ssh.config[:manual] = true
        ssh
      end