i want to connect to My router with ssh but i cannot find the option
if you make a backup there is ssh
Is it disabled or does the provider need to enable it
{
"Name":"SSH",
"Enable":true,
"Protocol":6,
"Port":22,
"Mode":"",
"TrustAll":true
}
but if i modify
and restore the backup
{
"Name":"SSH",
"Enable":true,
"Protocol":6,
"Port":22,
"Mode":"LAN_ONLY",
"TrustAll":true,
"BoundInterfaceList":"IP.Interface.4,IP.Interface.7,IP.Interface.10,",
}
and i try to ssh in to it i get this error
VMG8825-T50 login: admin
Password:
Account: 'admin' TELNET permission denied.
what can i do?