mirror of
https://dev.iopsys.eu/network/sshmngr.git
synced 2026-01-12 08:14:30 +08:00
devel
SSH Manager
This package contains code for the Device.SSH. object:
- This package is also responsible for selecting which backend will be compiled.
- Further information on sshmngr: docs/arch/SSH.md file.
- Further information on sshd: docs/guide/sshd_as_backend.md file.
Dependencies (backends)
With the introduction of sshmngr, the default package for ssh is changed from dropbear to sshd by OpenSSH (without PAM support). However, this can be customized using the following CONFIG options during compilation:
- CONFIG_SSHMNGR_BACKEND_OPENSSH (this is default)
- CONFIG_SSHMNGR_BACKEND_OPENSSH_PAM
- CONFIG_SSHMNGR_BACKEND_DROPBEAR
Description
Languages
C
95.5%
Shell
3.5%
Makefile
1%