bin/rye in rye-0.8.8 vs bin/rye in rye-0.8.9

- old
+ new

@@ -77,13 +77,14 @@ about "Add your public keys to your current account on this machine" command :authorize_local do |obj| user = Rye.sysinfo.user puts "Authorizing #{user}@localhost" - rbox = Rye::Box.new('localhost') + rbox = Rye::Box.new('localhost', :debug => false) puts "Added public keys for: ", rbox.authorize_keys_local - puts "Now try: " << "ssh #{user}@localhost" - + unless Rye.sysinfo.os == :windows + puts "Now try: " << "ssh #{user}@localhost" + end end command_alias :local_authorize, :local_authorise about "Generate a public key from a private key"