示例:
bash-3.00# useradd -g root test
安装完solaris后,系统为了安全考虑,是禁止root用户直接登录,需要修改配置文件:
vi /etc/user_attr
然后将type=role 修改为type=normal
vi /etc/ssh/sshd_config
修改PermitRootLogin no为PermitRootLogin yes
重启ssh服务:svcadm restart ssh
欢迎分享,转载请注明来源:内存溢出
示例:
bash-3.00# useradd -g root test
安装完solaris后,系统为了安全考虑,是禁止root用户直接登录,需要修改配置文件:
vi /etc/user_attr
然后将type=role 修改为type=normal
vi /etc/ssh/sshd_config
修改PermitRootLogin no为PermitRootLogin yes
重启ssh服务:svcadm restart ssh
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)