<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -31,11 +31,12 @@ passing public_key_path via the command line.
 
     h.say &quot;I need some information to SSH into the server.&quot;
     hostname = h.ask(&quot;Remote Hostname: &quot;) { |q| q.validate = not_blank }
+    port = h.ask(&quot;Remote port: &quot;) { |q| q.default = 22 }
     username = h.ask(&quot;Username, enter for default: &quot;) { |q| q.default = ENV[&quot;USER&quot;] }
     password = h.ask(&quot;Password: &quot;) { |q| q.echo = &quot;*&quot; }
 
     begin
-      Net::SSH.start(hostname, username, :password =&gt; password) do |ssh|
+      Net::SSH.start(hostname, username, :password =&gt; password, :port =&gt; port) do |ssh|
         puts &quot;Uploading your public key... &quot;
         ssh.scp.upload! public_key, &quot;my_public_key&quot;
 </diff>
      <filename>ssh/install_public_key.sake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f33de7068f7bf57636282b904ae501cb816acf47</id>
    </parent>
  </parents>
  <author>
    <name>Pieter Noordhuis</name>
    <email>pcnoordhuis@gmail.com</email>
  </author>
  <url>http://github.com/thrashr888/sake-tasks/commit/edcc4b9b0d3d08cf79e0f401695f7f61dbdacb76</url>
  <id>edcc4b9b0d3d08cf79e0f401695f7f61dbdacb76</id>
  <committed-date>2008-12-21T00:42:41-08:00</committed-date>
  <authored-date>2008-11-28T01:29:02-08:00</authored-date>
  <message>Possible to specify port

Signed-off-by: Dr Nic Williams &lt;drnicwilliams@gmail.com&gt;</message>
  <tree>d4539e4f229abcb0e599e5025c97404799c44632</tree>
  <committer>
    <name>Dr Nic Williams</name>
    <email>drnicwilliams@gmail.com</email>
  </committer>
</commit>
