博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ssh登录问题
阅读量:4348 次
发布时间:2019-06-07

本文共 258 字,大约阅读时间需要 1 分钟。

ssh username@ip

密码正确但是登陆ssh时permission denied

1、   启动sshd:/etc/init.d/ssh start
2、   在/etc/ssh/sshd_config:PermitRootLogin,PubkeyAuthentication,PasswordAuthenticaton都改为yes
3、   重新启动sshd:/etc/init.d/ssh restart

转载于:https://www.cnblogs.com/gwind/p/8018944.html

你可能感兴趣的文章
MFC接收ShellExecute多个参数
查看>>
volatile和synchronized的区别
查看>>
类中的静态函数和非静态函数的区别
查看>>
windows 下安装Apache
查看>>
Fedora14 mount出现错误时解决办法【亲测有效】
查看>>
ruby实现生产者和消费者
查看>>
node.js 之 http 架设
查看>>
MongoDB 备份与还原
查看>>
Oracle启动与关闭数据库实例
查看>>
Spring day01
查看>>
hihocoder-1740-替换函数
查看>>
Codeforce Round #219 Div2
查看>>
option value的值可以有空格 再试试吧
查看>>
.htaccess to httpd.conf
查看>>
node.js 基础学习笔记2
查看>>
hadoop中常见元素的解释
查看>>
BZOJ-1497 最大获利
查看>>
4-4 修改文件
查看>>
并发编程(十):AQS
查看>>
条件注释判断浏览器版本<!--[if lt IE 9]>
查看>>