#include <iostream>
#include <windows.h>
using namespace std;
int main()
{
system("ssh -i "privatekey" uname@192.168.1.101");
return 0;
}
I want to create a .exe file for easy and secure my ssh login in windows, I have used the above command it's saying:
'ssh' is not recognized as an internal or external command, operable program or batch file.