win11 ssh连接ubuntu 出现 command not found: cvs

sudo apt-get install openssh-client

sudo apt-get install openssh-server

ps -e | grep ssh

sudo /etc/init.d/ssh start

仍然报错; command not found: cvs

解决办法为:修改/etc/ssh/sshd_config 文件

修改:

58 PasswordAuthentication yes

59 PermitEmptyPasswords yes

注释:

123 # ForceCommand cvs server

重启系统

连接成功

相关推荐
GDAL几秒前
linux入门教程:perl库
linux·运维·perl
假客套11 分钟前
2024 同一个网段,反弹shell四种方法【linux版本】bash、python、nc、villian反弹shell图解步骤
linux·运维·服务器·网络安全·反弹shell
EterNity_TiMe_28 分钟前
【论文复现】自动化细胞核分割与特征分析
运维·人工智能·python·数据分析·自动化·特征分析
脱了格子衬衫1 小时前
linux安装ansible
linux·运维·ansible
黑龙江亿林等保3 小时前
云ECS服务器:哈尔滨三级等保的云计算解决方案
运维·服务器·云计算
小珑也要变强4 小时前
shell脚本基本概念讲解
linux·运维
爱吃喵的鲤鱼5 小时前
linux 用C语言编写自己的myshell
linux·运维·服务器·c语言·算法
_.Switch6 小时前
Python 自动化运维持续优化与性能调优
运维·开发语言·python·缓存·自动化·运维开发
南猿北者6 小时前
Docker Volume
运维·docker·容器
Ztiddler10 小时前
【Linux Shell命令-不定期更新】
linux·运维·服务器·ssh