DGA0122 Disable SSH: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
mNo edit summary |
||
| Line 8: | Line 8: | ||
The CLI is fairly minimal. |
The CLI is fairly minimal. |
||
[[File:Technicolor-ssh-disable.png|thumb|ssh 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. |
|||
Then reboot the router. |
Then reboot the router. |
||