class PlaceOS::Driver::TransportSSH::Settings
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
placeos-driver/transport/ssh.crConstructors
Instance Method Summary
- #keepalive : Int32 | Nil
- #keepalive=(keepalive : Int32 | Nil)
- #passphrase : String | Nil
- #passphrase=(passphrase : String | Nil)
- #password : String | Nil
- #password=(password : String | Nil)
- #private_key : String | Nil
- #private_key=(private_key : String | Nil)
-
#public_key : String | Nil
We should be able to remove this by generating the public from the private
-
#public_key=(public_key : String | Nil)
We should be able to remove this by generating the public from the private
- #term : String | Nil
- #term=(term : String | Nil)
- #username : String
- #username=(username : String)
Constructor Detail
Instance Method Detail
def public_key : String | Nil
#
We should be able to remove this by generating the public from the private
def public_key=(public_key : String | Nil)
#
We should be able to remove this by generating the public from the private