Ubutn 新增root ssh許可權

2022-07-11 15:06:09 字數 533 閱讀 6419

1、找到檔案

路徑:/etc/ssh/sshd_config

先備份一下

cp /etc/ssh/sshd_config /etc/ssh/sshd_config_bak

2、新增一行

permitrootlogin yes

2.1、新增操作

vim  /etc/ssh/sshd_config

按下i或insert進行編輯(新增permitrootlogin yes)

編輯完後按下esc退出編輯

輸入:wq儲存

3、重啟服務

service sshd restart

備註:需要root賬號或有許可權儲存的賬號才可改

4、假設使用test賬號登入,沒有root賬戶時,需要新增root賬戶密碼,然後切到root賬戶下

sudo passwd root

輸入test密碼

輸入root密碼

再次輸入root密碼

su root(切到root)

nginx rtmp module新增鑑權機制

目前直播平台非常的火爆。當前有不少的流 cdn,基於rtmp,http flv和hls協議的。也可以自己搭建私有的流 伺服器,目前比較常見的有 live555,easydarwin,red5,dss,wowza,nginx rtmp 這裡重點講解開源的nginx rtmp伺服器。但是流 伺服器最大的...

linux新增使用者或給使用者新增root許可權

1 新增使用者,首先用adduser命令新增乙個普通使用者,命令如下 adduser tommy 新增乙個名為tommy的使用者 passwd tommy 修改密碼 changing password for user tommy.new unix password 在這裡輸入新密碼 retype ...

linux新增使用者或給使用者新增root許可權

1 新增使用者,首先用adduser命令新增乙個普通使用者,命令如下 adduser tommy 新增乙個名為tommy的使用者 passwd tommy 修改密碼 changing password for user tommy.new unix password 在這裡輸入新密碼 retype ...