Merge pull request #440 from PartialVolume/add-openssh-server

Add ssh logins as alternative to telnet
This commit is contained in:
PartialVolume
2026-01-24 00:52:38 +00:00
committed by GitHub
3 changed files with 2 additions and 3 deletions

View File

@@ -1 +1 @@
2025.11_28_i686_26ece7a-commit-dev
2025.11_28_x86-64_26ece7a-commit-dev

View File

@@ -12,7 +12,7 @@ image boot.vfat {
file autorun.inf { image = 'autorun.inf' }
}
size = 371302656
size = 372809984
}
image shredos.img {

View File

@@ -136,7 +136,6 @@ BR2_PACKAGE_NTP=y
BR2_PACKAGE_NTP_NTPDATE=y
BR2_PACKAGE_NTP_NTPTIME=y
BR2_PACKAGE_OPENSSH=y
# BR2_PACKAGE_OPENSSH_SERVER is not set
BR2_PACKAGE_RPCBIND=y
BR2_PACKAGE_SNMPCLITOOLS=y
BR2_PACKAGE_TFTPD=y