class SSHKit::Backend::NetsshGlobal::Configuration

Attributes

directory[RW]
owner[RW]
shell[RW]
ssh_commands[W]

Public Instance Methods

ssh_commands() click to toggle source
# File lib/sshkit/backends/netssh_global.rb, line 10
def ssh_commands
  @ssh_commands ||= [:ssh, :git, :'ssh-add', :bundle]
end