struct

Meridian::Config::SSHConfig

Inherits YAML::Serializable::Strict < YAML::Serializable < Struct < Value < Object

Constructors

new(user : String = "deploy", port : Int32 = 22, keys : Array(String) = [] of String, proxy_jump : String | Nil = nil, connect_timeout : Int32 = 10, keepalive : Bool = true, keepalive_interval : Int32 = 30)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

connect_timeout
Source
identity_file
Source
keepalive?
Source
keepalive_interval
Source
keys
Source
port
Source
proxy_jump
Source
user
Source