What's the risk of upgrading over SSH?
- by C. Ross
When I run
sudo do-release-upgrade
over ssh, I get the following message.
This session appears to be running under ssh. It is not recommended
to perform a upgrade over ssh currently because in case of failure it
is harder to recover.
If you continue, an additional ssh daemon will be started at port
'9004'.
Do you want to continue?
What is the real risk of upgrading over ssh? How does the additional ssh daemon help mitigate this?