Pi4 image SSH typo

In the web UI for the Pi image there is a typo in the SSH info tooltip. It says to use ssh root@host -P22222 to access the server. While I personally feel that the options should precede the destination (as is stated in its man page), the option to specify a specific port is -p, not -P.

Screen Shot 2022-02-06 at 08.49.57

I feel that the tooltip ought to read ssh -p22222 root@host instead. (Or at least fix the option.)

Thanks fixed

scp uses -P