Rev 99 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 102 | magnus | 1 | # These templates have been reviewed by the debian-l10n-english | 
| 2 | # team | ||
| 3 | # | ||
| 4 | # If modifications/additions/rewording are needed, please ask | ||
| 5 | # debian-l10n-english@lists.debian.org for advice. | ||
| 6 | # | ||
| 7 | # Even minor modifications require translation updates and such | ||
| 8 | # changes should be coordinated with translators and reviewers. | ||
| 9 | |||
| 2 | magnus | 10 | Template: lsh-server/lshd_port | 
| 11 | Type: string | ||
| 12 | Default: 22 | ||
| 13 | _Description: lsh server port: | ||
| 102 | magnus | 14 | The default port for lshd is 22. If lshd should run on a different port, | 
| 15 | please specify the alternative port here. If you specify 22, you will | ||
| 16 | need to manually disable any other SSH servers running on port 22, other | ||
| 17 | than OpenSSH (from the package openssh-server), which will be disabled | ||
| 18 | automatically if you choose 22 here. | ||
| 2 | magnus | 19 | |
| 20 | Template: lsh-server/sftp | ||
| 21 | Type: boolean | ||
| 22 | Default: false | ||
| 102 | magnus | 23 | _Description: Enable the SFTP subsystem? | 
| 24 | Please choose whether you want to use the EXPERIMENTAL lsh SFTP support. | ||
| 2 | magnus | 25 | . | 
| 102 | magnus | 26 | Since it is experimental, the default is for it to be disabled, but it | 
| 27 | can be enabled now or later by manually changing /etc/default/lsh-server. | ||
| 2 | magnus | 28 | |
| 29 | Template: lsh-server/purge_hostkey | ||
| 30 | Type: boolean | ||
| 96 | magnus | 31 | Default: true | 
| 2 | magnus | 32 | _Description: Remove host key on purge? | 
| 33 | When this package is installed, a host key is generated to authenticate | ||
| 96 | magnus | 34 | your host. | 
| 2 | magnus | 35 | . | 
| 36 | Please choose whether you want to purge the host key when the package | ||
| 37 | is removed. | ||
| 99 | magnus | 38 | |
| 39 | Template: lsh-server/extra_args | ||
| 40 | Type: string | ||
| 102 | magnus | 41 | _Description: Additional arguments to pass to lshd: |