忘備録です。
忘備録です。
[root@v3503 ~]# useradd admin [root@v3503 ~]# passwd admin Changing password for user admin.
[root@v3503 ~]# usermod -G wheel admin
[root@v3503 ~]# su - admin [admin@v3503 ~]$ mkdir .ssh
[admin@v3503 ~]$ chmod -R 700 .ssh/ [admin@v3503 ~]$ ls -la
[admin@v3503 ~]$ cd .ssh/ [admin@v3503 ~]$ vim authorized_keys
[admin@v3503 ~]$ chmod 700 authorized_keys
[admin@v3503 ~]$ exit
[root@v3503 ~]# cp /etc/ssh/sshd_config /etc/ssh/sshd_config.org [root@v3503 ~]# vim /etc/ssh/sshd_config
#PermitRootLogin yes PermitRootLogin no
#PasswordAuthentication yes PasswordAuthentication no
sshd 再起動
[root@v3503 ~]# /etc/init.d/sshd restart Stopping sshd: [ OK ] Starting sshd: [ OK ]
この記事をシェアする