Ubuntu安裝後「su」到root的登陸

來源:互聯網
上載者:User
關鍵字 登錄 允許 安裝 密碼

HTTP://www.aliyun.com/zixun/aggregation/13835.html">Ubuntu安裝後,root使用者預設是被鎖定了的,不允許登錄,也不允許「su」到 root。 有人說這是個不好的實踐,特別是對於伺服器來說。 我覺得對於桌面使用者來說,這樣安全性更高一些,是應該的;但對於伺服器可以設置成「允許 su 到root,但不允許root使用者直接登錄」。 而我為了開發時的方便,則在桌面和伺服器上都採用這種方式。

允許 su 到 root

非常簡單,下面是設置的方法:

me@tipfo~$ sudo passwd

Password: <--- 輸入安裝時那個使用者的密碼

Enter new UNIX password: <--- 新的Root使用者密碼

Retype new UNIX password: <--- 重複新的Root使用者密碼

passwd:已成功更新密碼

允許root登錄

如果要允許root登錄(不推薦),則這樣操作:

me@tipfo~$ gksu /usr/sbin/gdmsetup

(或者使用桌面功能表:系統>系統管理>登錄視窗)

點「安全」選項頁,選擇「允許本地管理員登錄」。

注:這一步依賴上一步

不輸入密碼直接登錄

在論壇上也看見有人抱怨,家中的Ubuntu不能像Window$那樣──不用輸入密碼就能登錄。 其實同樣能做到:

就在上一步的「安全」選項頁中,勾選:

「啟用自動登入」,「使用者」選擇(如:「me」);

注意:公共用的電腦千萬不能這麼設置!

SSH登錄遠端伺服器

如果遠端伺服器只允許root使用者SSH到伺服器時,在Ubuntu下,必須「su 到root」使用者才能登錄成功(具體是看伺服器端的配置)。

首先,複製金鑰到「/root/.ssh/」目錄

me@tipfo~$ su

Password:

root@tipfo/home/me# chmod 600 -R /root/.ssh/

root@tipfo/home/me# ssh -p 27482 11.22.33.44

Enter passphrase for key '/root/.ssh/id_rsa':

Last login: Thu Jun 21 14:29:00 2007 from 11.22.33.45

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.