Skip to content
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.

Basic Setting

[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

Include server config file

Logging terminal log

[ssh,http,socks5] Proxy server settings

User local bashrc file

(Sample) Change terminal profile(or terminal background,front color)

Clone this wiki locally