Kali 远程登陆SSH
生活随笔
收集整理的這篇文章主要介紹了
Kali 远程登陆SSH
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?
一、配置SSH
編輯/etc/ssh/sshd_config
將#PasswordAuthentication no的注釋去掉,將NO修改為YES //可以用密碼登陸 將PermitRootLogin without-password修改為PermitRootLogin yes //運行root用戶用密碼遠程登陸SSH?
二、啟動SSH服務
/etc/init.d/ssh start 或者 service ssh start?
三、使用SSH工具連接
XShell、Putty、SecureCRT等SSH登陸工具
?
注意:
如未配置密碼登陸,則生成密鑰進行登陸
#ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key #ssh-keygen -t dsa -f /etc/ssh/ssh_host_rsa_key?
轉載于:https://www.cnblogs.com/captainRoB/p/7188628.html
總結
以上是生活随笔為你收集整理的Kali 远程登陆SSH的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 怎么写汽车续航?
- 下一篇: 翻转单词顺序和左旋转字符串