documentation:configuration:config_files:config_dropbear

This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

====== /etc/config/dropbear ====== SSH server configuration ===== Sections ===== ^ Type ^ Description ^ | [[config_dropbear#dropbear|dropbear]] | dropbear configuration settings | ==== dropbear ==== == Options == ^ Name ^ Type ^ Required ^ Default ^ Description ^ | ''enable'' | boolean | no | 1 | Set to ''0'' to disable starting dropbear at system boot. | | ''verbose'' | boolean | no | 0 | Set to ''1'' to enable verbose output by the start script. | | ''BannerFile'' | string | no | //(none)// | Name of a file to be printed before the user has authenticated successfully. | | ''PasswordAuth'' | boolean | no | 1 | Set to ''0'' to disable authenticating with passwords. | | ''Port'' | integer | no | 22 | Port number to listen on. | | ''RootPasswordAuth'' | boolean | no | 1 | Set to ''0'' to disable authenticating as root with passwords. | | ''RootLogin'' | boolean | no | 1 | Set to ''0'' to disable SSH logins as root. | | ''GatewayPorts'' | boolean | no | ? | Set to ''1'' to allow remote hosts to connect to forwarded ports. | | ''Interface'' | string | no | //(none)// | Tells dropbear to listen only on the specified interface.((e.g. ''lan'', ''wan'', ''henet'')) | | ''rsakeyfile'' | file| no | //(none)// | Path to RSA file | | ''dsskeyfile'' | file| no | //(none)// | Path to DSS/DSA file | | ''SSHKeepAlive'' | integer| no | 300 | Keep Alive | | ''IdleTimeout'' | integer| no | 0| Idle Timeout | ===== Default configuration ===== <code> config dropbear option PasswordAuth 'on' option RootPasswordAuth 'on' option Port '22' </code>

documentation/configuration/config_files/config_dropbear.1431207041.txt.gz · Last modified: 2018/05/24 09:05 (external edit)