system-remote-root.html

来自「学习linux的工具书」· HTML 代码 · 共 20 行

HTML
20
字号
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
   <meta name="Author" content="Edward Fu">
   <meta name="GENERATOR" content="Mozilla/4.05 [zh-CN] (X11; I; Linux 2.1.127 i686) [Netscape]">
   <title>Freesoft Linux FAQ -- 如何允许root用户远程登录</title>
</head>
<body>
如何允许root用户远程登录?
<br>&nbsp;
<br>编辑/etc/securetty,加上ttyp2,ttyp3等。
<br>注意,有严重的安全性问题!
<br>最好是用ssh(安全的shell)加su/sudo,而且用xterm的Secure Keyboard来做远程管理。
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?