Skip to content

Instantly share code, notes, and snippets.

@solebox
Last active August 29, 2015 14:14
Show Gist options
  • Save solebox/fa80c6983ab02da5fc6d to your computer and use it in GitHub Desktop.
Save solebox/fa80c6983ab02da5fc6d to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'rye'
rbox = Rye::Box.new('my-server.com',
:user => 'user',
:password => 'asdA23')
puts rbox.pwd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment