Go to most recent revision | Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 2 | magnus | 1 | Template: lsh-server/lshd_port | 
| 2 | Type: string | ||
| 3 | Default: 22 | ||
| 4 | _Description: lsh server port: | ||
| 5 | The default port for lshd is 22. If you would like lshd to run on a | ||
| 6 | different port, please specify the alternative port here. If you specify | ||
| 7 | 22, you will need to manually disable any other ssh servers you have | ||
| 8 | running on port 22, other than OpenSSH (from the `openssh-server' package). | ||
| 9 | OpenSSH will be automatically disabled, if you choose 22 here. | ||
| 10 | |||
| 11 | Template: lsh-server/sftp | ||
| 12 | Type: boolean | ||
| 13 | Default: false | ||
| 14 | _Description: Enable the sftp subsystem? | ||
| 15 | If you want to use sftp with lsh, you will need this subsytem. | ||
| 16 | Please bear in mind, that it's still experimental. Therefore the default | ||
| 17 | is disabled but can be enabled now or later by manually changing | ||
| 18 | /etc/default/lsh-server. | ||
| 19 | . | ||
| 20 | Please choose whether you want to use the EXPERIMENTAL sftp support now. | ||
| 21 | |||
| 22 | Template: lsh-server/purge_hostkey | ||
| 23 | Type: boolean | ||
| 24 | Default: false | ||
| 25 | _Description: Remove host key on purge? | ||
| 26 | When this package is installed, a host key is generated to authenticate | ||
| 27 | your host. This host key is not purged with the rest of the package by | ||
| 28 | default. | ||
| 29 | . | ||
| 30 | Please choose whether you want to purge the host key when the package | ||
| 31 | is removed. |