armbian23.11改了SSH端口号,但不生效?可尝试禁用 systemd socket activation

armbian23.11改了SSH端口号,但不生效?可尝试禁用 systemd socket activation

线刷的Armbian-unofficial_23.11.0-trunk_Onecloud_bookworm_current_6.1.63.burn.img

修改ssh端口,

  1. 编辑 nano /etc/ssh/sshd_config

    -#Port 22
    +Port 2222

  2. 重启 systemctl restart sshd

sshd 仍然监听 22 端口?多次尝试无果

检查没开selinux

破案了:

最新的这个 openssh-server 包,它默认采用了 systemd socket 来激活 sshd 服务,据说可以节省3MB内存😂,所以 sshd_config 的 Port 22失效了。

如何解决:

还是禁用了 systemd socket activation 恢复以往的配置方式

复制代码
systemctl disable --now ssh.socket
systemctl enable --now ssh.service

原文:https://discourse.ubuntu.com/t/sshd-now-uses-socket-based-activation-ubuntu-22-10-and-later/30189

参考文档:

https://github.com/ophub/amlogic-s9xxx-armbian/discussions/1476

相关推荐
CZIDC1 天前
win11 系统环境下 新安装 WSL ubuntu + ssh + gnome 桌面环境
数据库·ubuntu·ssh
wangjun51591 天前
jenkins 参数化发布到服务器 publish over ssh、label、Parameterized publishing
服务器·ssh·jenkins
只是橘色仍温柔2 天前
xshell可以ssh连接,但vscode不行
运维·vscode·ssh
may_一一2 天前
终端SSH连接工具SecureCRT安装和连接Linux
运维·服务器·ssh
plmm烟酒僧3 天前
使用 Tmux 在断开SSH连接后,保持会话的生命周期
运维·ssh·tmux·分离会话
Vacancy空白3 天前
【Ubuntu常用命令】
linux·运维·ubuntu·ssh
漫天转悠3 天前
本地Git仓库SSH同步到Gitee(码云)仓库的完整指南(附:SourceTree同步仓库)
git·gitee·ssh
XMYX-03 天前
如何加强 SSH 安全:内网和专用网络环境下的防护策略
网络·安全·ssh
松树戈4 天前
windows通用网线连接ubuntu实现ssh登录、桌面控制、文件共享【实操&常见问题解决思路】
linux·windows·ubuntu·ssh
云兮杜康6 天前
使用SSH去git push分支到github
git·ssh·github