您好,登錄后才能下訂單哦!
用過ubuntu的人都知道,剛安裝好系統root用戶是沒有密碼的,沒有密碼我們就沒法用root用戶登錄,給root用戶設置密碼輸入命令 sudo passwd,然后系統會讓你輸入密碼,這時輸入的密碼就是root用戶的密碼了,設置完成之后就可以切換root用戶登錄了,如圖:
1、給root設置密碼,輸入下列命令:
sudo passwd
root@ubuntu:~# vi /etc/network/interfaces
#This file describes the network interfaces available on your system
#and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/
#The loopback network interface
auto lo
iface lo inet loopback
auto ens160
iface ens160 inet static
address 192.168.130.237
netmask 255.255.255.0
gateway 192.168.130.1
2、開啟ssh
root@ubuntu:~# vi /etc/ssh/sshdconfig
PermitRootLogin yes #(這個改成yes)
3、重啟sshd服務
root@ubuntu:~# service sshd restart
4、重啟網卡
root@ubuntu:~# /etc/init.d/networking restart
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。