DGA0122 Disable SSH: Difference between revisions

Back up to the Technicolor_DGA0122 Page
From AAISP Support Site
mNo edit summary
mNo edit summary
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
ssh is enabled from the LAN, and can be accessed using the engineer user and the admin password.
ssh is enabled from the LAN, and can be accessed using the engineer user and the admin password.


The CLI is fairly minimal.
The CLI is fairly minimal, there is no manual :-(

[[File:Technicolor-ssh-disable.png|thumb|ssh disable command]]
ssh can be disabled if you want, you can do this via ssh. ssh in to the router and paste the following which will disable the access:
ssh can be disabled if you want, you can do this via ssh. ssh in to the router and paste the following which will disable the access:
set InternetGatewayDevice.Services.X_000E50_AccessManagement.SSH.ServerAccess.1.Enable 0
set InternetGatewayDevice.Services.X_000E50_AccessManagement.SSH.ServerAccess.1.Enable 0


The command will run, and should report no error. type exit to exit from the ssh session. (see screenshot)
The command will run, and should report no error. type exit to exit from the ssh session. (see screenshot)

[[File:Technicolor-ssh-disable.png|800px|border|ssh disable command]]


Then reboot the router.
Then reboot the router.

Revision as of 07:36, 2 September 2022


This probably applies to most Technicolor routers.

ssh is enabled from the LAN, and can be accessed using the engineer user and the admin password.

The CLI is fairly minimal, there is no manual :-(

ssh can be disabled if you want, you can do this via ssh. ssh in to the router and paste the following which will disable the access:

set InternetGatewayDevice.Services.X_000E50_AccessManagement.SSH.ServerAccess.1.Enable 0

The command will run, and should report no error. type exit to exit from the ssh session. (see screenshot)

ssh disable command

Then reboot the router.

Then when you try to ssh, you'll get:

ssh: connect to host 192.168.1.1 port 22: Connection refused

To revert the change, you'll need to reset the router and re-configure.