Venwa的博客
842349591
全部博文(220)
2018年(1)
2015年(140)
2014年(79)
plumxx99
lfree
beyondfl
Bsolar
cm080101
gao70
cbdn
tts1029
robin
shibaola
分类: LINUX
2015-01-13 14:06:48
客户端通过ssh远程连接到ubuntu服务器
首先,确保服务器在安装过程中,选择安装openssh软件。
如没有进行安装,请使用以下命令进行安装:
apt-get install -y openssh-server
安装完成后,使用root登录系统:
编辑vim /etc/ssh/sshd_config文件,将PermitRootLogin 的值改为yes
因为为root账户设置了密码,所以还要更改PermitEmptyPasswords为 no。然后:wq保存文件,
然后重启ssh服务,如下:
然后打开xshell点击文件——新建会话,输入相应的IP地址和用户名密码进行登录就可以了。
上一篇:Max_connect_errors – MySQL性能参数详解
下一篇:Max_connections – MySQL性能调优
登录 注册