So I have a .pem and I need to connect to a remote machine using that.
I have been told to do: ssh -i key.pem root@remote machine
Before that I am supposed to chmod 600/400 on key.pem
I am on windows. When I type ssh
or chmod
it says unrecognized command..
How can I connect to this remote host?