class AgentTerm
Defined in:
agent_mgmt.cr
Instance Method Summary
Instance methods inherited from class TermFuncs
drop_to_shell(connfd : TCPSocket, hostname : String | Nil, username : String | Nil) : Nil
drop_to_shell,
file_download : Nil
file_download,
file_upload(connfd : TCPSocket, rhost : String, rport : Int32, src : String, dst : String) : Nil
file_upload,
get_stats : Nil
get_stats,
install_service : Nil
install_service,
process_output(connfd : TCPSocket) : Bool
process_output,
resolve_cmd(cmd : String) : String
resolve_cmd,
test_heartbeat : Nil
test_heartbeat,
test_ssl : Nil
test_ssl,
update_keys : Nil
update_keys,
update_logs : Nil
update_logs,
update_token : Nil
update_token
Instance Method Detail