windows能够访问LINUX samba用户,securecrt不能给登陆
安装ubuntu后,用命令行smbpassed -a testsmb添加samba用户testsmb后,在SMB设置为共享后
在windows端电脑上直接输入ip可以登入到ubuntu系统。。。。
用SecureCRT登入的时候一直提示访问被拒绝
是因为ssh没有安装。
sudo apt-get install openssh-server
sudo apt-get install openssh-client
本文详细介绍了在安装Ubuntu并配置Samba服务后,使用SecureCRT无法登录的问题解决步骤。通过安装SSH服务,使得SecureCRT能够成功连接Ubuntu系统。
637

被折叠的 条评论
为什么被折叠?



