본문 바로가기

교육/OS

Day 78 (Ubuntu 18.04.4 LTS root계정)

반응형

1. root 계정의 활성화

bst@bst-virtual-machine:~$ sudo passwd root
[sudo] bst의 암호:
새 UNIX 암호 입력:
새 UNIX 암호 재입력:
passwd: 암호를 성공적으로 업데이트했습니다
bst@bst-virtual-machine:~$

활성화가 되지 않는다면 root계정으로 로그인이 되지 않는다.

 

2. root 계정으로 로그인이 가능하게 한다.

bst@bst-virtual-machine:~$ sudo vi /etc/ssh/sshd_config
[sudo] bst의 암호:
...
#PermitRootLogin prohibit-password
PermitRootLogin yes // root계정의 로그인을 허용함으로 변경
...
:wq!
bst@bst-virtual-machine:~$ systemctl restart sshd
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
'ssh.service' 서비스 유닛을 다시 시작하려면 인증이 필요합니다.
Authenticating as: bst,,, (bst)
Password:
==== AUTHENTICATION COMPLETE ===
bst@bst-virtual-machine:~$ sudo reboot

# 접속끊김, 재접속

login as: root
root@192.168.111.67's password: //root계정으로의 로그인이 성공적으로 이루어짐
Welcome to Ubuntu 18.04.4 LTS (GNU/Linux 5.3.0-42-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage


 * Canonical Livepatch is available for installation.
   - Reduce system reboots and improve kernel security. Activate at:
     https://ubuntu.com/livepatch

패키지 60개를  업데이트할 수 있습니다.
43 업데이트는 보안 업데이트입니다.

Your Hardware Enablement Stack (HWE) is supported until April 2023.

The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

root@bst-virtual-machine:~#

활성화 되지 않는다면 부팅시 root계정으로의 로그인이 되지 않는다.

반응형

'교육 > OS' 카테고리의 다른 글

Day 79 (Project_Red_Hat_Manual)  (0) 2020.03.19
Day 79 (Project_ubuntu)  (1) 2020.03.19
Day 78 (Project_Ubuntu_Manual)  (0) 2020.03.18
Day 75 (Astaro)  (2) 2020.03.13
Cent OS 5  (0) 2020.03.12