linux开启ssh


linux开启ssh

kali

vim /etc/ssh/sshd_config

#修改
#PermitRootLogin prohibit-password   改为 PermitRootLogin yes
#PasswordAuthentication yes  改为   PasswordAuthentication yes

#Esc->:->wq保存

#启动
/etc/init.d/ssh start 
or
sudo service ssh start

#开机启动
update-rc.d ssh enable

ubuntu

sudo apt-get install openssh-server

#启动
/etc/init.d/ssh start

文章作者: 0xdadream
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 0xdadream !
评论
  目录