class PlaceOS::Driver::TransportSSH::Settings

Included Modules

Extended Modules

Defined in:

placeos-driver/transport/ssh.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def keepalive : Int32 | Nil #

[View source]
def keepalive=(keepalive : Int32 | Nil) #

[View source]
def passphrase : String | Nil #

[View source]
def passphrase=(passphrase : String | Nil) #

[View source]
def password : String | Nil #

[View source]
def password=(password : String | Nil) #

[View source]
def private_key : String | Nil #

[View source]
def private_key=(private_key : String | Nil) #

[View source]
def public_key : String | Nil #

We should be able to remove this by generating the public from the private


[View source]
def public_key=(public_key : String | Nil) #

We should be able to remove this by generating the public from the private


[View source]
def term : String | Nil #

[View source]
def term=(term : String | Nil) #

[View source]
def username : String #

[View source]
def username=(username : String) #

[View source]