技术栈

ubuntu环境搭建

xiaobobo3330
4 小时前
root·ubuntu环境搭建
Ubuntu环境搭建:secure CTR可以root用户登入使用secure CRT或者xshell 4等软件能够在windows主机中使用root用户登入的方法: 1、首先安装openssh-server sudo apt-get install openssh-server 2、编辑ssh配置文件 vim /etc/ssh/sshd_config 然后 # aston added #Authentication: LoginGraceTime 120 #PermitRootLogin without-password PermitRootLogin yes S
我是有底线的