class

PlaceOS::Driver::TransportSSH::Settings

Inherits JSON::Serializable < Reference < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

keepalive
Source
keepalive=(keepalive : Int32 | Nil)
Source
passphrase
Source
passphrase=(passphrase : String | Nil)
Source
password
Source
password=(password : String | Nil)
Source
private_key
Source
private_key=(private_key : String | Nil)
Source
public_key
Source
public_key=(public_key : String | Nil)
Source
term
Source
term=(term : String | Nil)
Source
username
Source
username=(username : String)
Source