svoid linux_makeSSHKey() { backtick("ssh-keygen -t rsa -f " + platformQuoteOpt(actualUserDir(".ssh/id_rsa")) + " -q -P \"\""); }