Guest User

Untitled

a guest
Jun 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. server :myserver, :address => "abc.com", :user => "appuser", :keys => "~/.ssh/my_key"
  2. server :another, :addresses => ["abc.com","def.com"], :user => "appuser", :password => "xxx"
  3.  
  4. gateway :main, :address => "gateway.com", :user => "root", :keys => "~/.ssh/my_key"
  5. server :hidden, :addresses => ["10.10.10.1","10.10.10.2"], :user => "appuser", :password => "xxx", :gateway => :main
Add Comment
Please, Sign In to add comment