class Candilano::Ssh
- Candilano::Ssh
- Reference
- Object
Defined in:
lib/helpers/ssh.crConstructors
Instance Method Summary
- #build_command(host)
- #execute(command : String, user_env = true, dry_run = false, on_role = nil)
- #file_exists?(path)
- #key : String
- #key=(key : String)
- #port : Int32
- #port=(port : Int32)
- #prepare_command(command, user_env)
- #run_command(host, command, user_env, dry_run = false)
-
#scp(local_file : String, remote_file : String)
TODO SCP files from local to remote
- #servers : YAML::Any
- #servers=(servers : YAML::Any)
- #user : String
- #user=(user : String)