From a mikrotik CCR router, I'm attempting to connect to a cisco switch using SSH
I confirm SSH connection works fine without keys (ie: with interactive password typing)
I have imported private/public keys, and when those are imported, I am getting this error message back
error:0D078079:lib(13):func(120):reason(121)
in context:
Code: Select all
[admin@router] > /system ssh user=readUser address=172.16.4.240
error:0D078079:lib(13):func(120):reason(121)
Welcome back!
[admin@router] >
Code: Select all
SSH log: Received disconnect from 172.16.4.254 port 60452:9:
I'm stuck with no lead to move forward, as the error seems to point towards the routerOS code
routerOS current-firmware: 6.46.6
What is your recommendation?
Kind Regards