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

重启系统

连接成功

相关推荐
一只栖枝6 分钟前
华为 HCIE 大数据认证中 Linux 命令行的运用及价值
大数据·linux·运维·华为·华为认证·hcie·it
wuicer2 小时前
ubuntu 20.04 安装anaconda以及安装spyder
linux·运维·ubuntu
小晶晶京京4 小时前
day34-LNMP详解
linux·运维·服务器
fengyehongWorld5 小时前
Linux crontab定时任务
linux·运维
shuangrenlong5 小时前
ubuntu更新chrome版本
linux·chrome·ubuntu
碎像6 小时前
Linux上配置环境变量
linux·运维·服务器
sunflower_w7 小时前
linux I2C核心、总线与设备驱动
linux·运维·服务器
myzzb7 小时前
基于uiautomation的自动化流程RPA开源开发演示
运维·python·学习·算法·自动化·rpa
网硕互联的小客服9 小时前
Apache 如何支持SHTML(SSI)的配置方法
运维·服务器·网络·windows·php
基于python的毕设9 小时前
C语言栈的实现
linux·c语言·ubuntu