Guest User

Untitled

a guest
May 26th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. # set :deploy_via, :export
  2. set :ssh_options, {
  3. :port => 40295,
  4. :keys => ["#{ENV['HOME']}/.ssh/id_dsa"],
  5. :host_key => 'ssh-dss',
  6. :paranoid => false
  7. }
Add Comment
Please, Sign In to add comment