I've wanted to connect my share hosting with ssh. So I generate an ssh key in the ssh action of cpanel and authorized it. Then I've downloaded the private key and drop it in the ./ssh folder of my MacBook.I've used this code to connect my host.
ssh -p 2083 username@host IP
but I got this error:
kex_exchange_identification: Connection closed by remote host
How can I solve my problem?