-
-
Notifications
You must be signed in to change notification settings - Fork 28
Config
blacknon edited this page Feb 24, 2019
·
14 revisions
The default PATH of the configuration file is ~ /.lssh.conf.This is a sample at configuration file.
[server.ServerName1]
addr = "192.168.0.101" # server address
port = "22" # port number
user = "user" # connect user
user = "password" # connect password
note = "this is a test. password auth" # test
[server.ServerName1]
addr = "192.168.0.101" # server address
port = "22" # port number
user = "user" # connect user
key = "password" # connect password
note = "this is a test. password auth" # test