How to use your SSH key to connect remotely from MC Midnight Commander
by Catalin in Today I Learned · 1 min read
If you would need to connect from commnand line to another server using a ssh key pair you would just need to use ssh -i file.key user@hostname-ip-of-the-server You might get into an error that