Siemens SIMATIC NET APE1404 구성 매뉴얼 - 페이지 26
{카테고리_이름} Siemens SIMATIC NET APE1404에 대한 구성 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Siemens SIMATIC NET APE1404 36 페이지. Application processing engine
2.11
Disabling SSH (Linux Only)
Uninstalling the SSH server is the most effective way of disabling SSH. From the Lin-
ux shell, type:
apt-get remove openssh-server
2.12
Disabling Root Login via SSH (Linux Only)
To prevent users from logging via SSH as a root user, do the following:
Note
Windows® does not come with an SSH server by default.
NOTICE
Make sure to have an user configured before disabling SSH for the root profile. For
more information, refer to
1.
2.
3.
4.
5.
6.
2.13
Disabling the Gigabit Ethernet Port (Linux Only)
To disable the RJ45 gigabit Ethernet port on the front face of the RUGGEDCOM APE
module, do the following:
1.
2.
3.
4.
5.
RUGGEDCOM APE (Application Processing Engine)
Configuration Manual, 12/2019, C79000-G8976-1121-05
Login or gain root access.
Using vim or nano, open the file /etc/ssh/sshd_config
In the file, locate the following line:
#PermitRootLogin no
Change the line to the following:
PermitRootLogin no
Save and close the file.
Restart the SSHD service by typing:
/etc/init.d/sshd restart
Login or gain root access.
Using vim or nano, open the file /etc/network/interfaces.
In the file, locate the following line:
auto allow hotplug eth1
iface eth1 inet dhcp
Change the line to the following:
#auto allow hotplug eth1
#iface eth1 inet dhcp
Save and close the file.
Configuring and Using the RUGGEDCOM APE
"Adding a User (Linux Only) (Page
2.11 Disabling SSH (Linux Only)
13)".
17