|
|
@ -47,7 +47,8 @@ define('maxconn', type=int, default=20,
|
|
|
|
help='Maximum live connections (ssh sessions) per client')
|
|
|
|
help='Maximum live connections (ssh sessions) per client')
|
|
|
|
define('font', default='', help='custom font filename')
|
|
|
|
define('font', default='', help='custom font filename')
|
|
|
|
define('encoding', default='',
|
|
|
|
define('encoding', default='',
|
|
|
|
help='The default character encoding of ssh servers')
|
|
|
|
help='''The default character encoding of ssh servers.
|
|
|
|
|
|
|
|
Example: --encoding='utf-8' to solve the problem with some switches&routers''')
|
|
|
|
define('version', type=bool, help='Show version information',
|
|
|
|
define('version', type=bool, help='Show version information',
|
|
|
|
callback=print_version)
|
|
|
|
callback=print_version)
|
|
|
|
|
|
|
|
|
|
|
|