137138139140141142143144
logger.debug("Starting process"); final Process p = pb.start(); return new LocalProcess(p); } catch (IOException exc) { throw new RuntimeIOException(format("Cannot start command [%s] on [%s]", obfuscatedCmd, this), exc); } }
4344454647484950
return new FileWriter(privateKeyFile); } }); return privateKeyFile; } catch (IOException exc) { throw new RuntimeIOException("Cannot create private key file", exc); } }