您好,登錄后才能下訂單哦!
How to enable SFTP access on Gaia OS
【參考KB:sk82281】
https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk82281&partition=General&product=Security
Solution:
1) 登錄專家模式: HostName> expert
2) 備份當前的SSHD配置文件:
[Expert@HostName]# cp /etc/ssh/sshd_config /etc/ssh/sshd_config_ORIGINAL
3) 在Vi編輯器中編輯當前的SSHD配置文件:
[Expert@HostName]# vi /etc/ssh/sshd_config
4) 使用以下兩個選項之一修改當前配置:
要么以這種方式修改:
from
#Subsystem sftp /usr/libexec/openssh/sftp-server
to
Subsystem sftp /usr/libexec/openssh/sftp-server
或者以這種方式修改:
from
#Subsystem sftp /usr/libexec/openssh/sftp-server
to
Subsystem sftp internal-sftp
5) 保存更改并退出Vi編輯器
6) 重新啟動SSHD服務:
[Expert@HostName]# /etc/init.d/sshd restart
注:
運行"chsh -s /bin/bash admin"命令與上述程序完全相同,雖然它更改了默認shell,但它也啟用了對安全網關的SFTP訪問。
要返回默認shell,簡單運行 "chsh -s /etc/cli.sh admin"命令即可。
免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。