Home | History | Annotate | Download | only in vogar

Lines Matching refs:port

36     private final int port;
46 port = Integer.parseInt(hostAndPort.substring(colon + 1));
49 port = 22;
51 sshCommandPrefixList = ImmutableList.of("ssh", "-p", Integer.toString(port), host, "-C");
91 @Override public void forwardTcp(final int port) {
93 new Command(log, "ssh", "-p", Integer.toString(port), host,
94 "-L", port + ":" + host + ":" + port, "-N").start();
101 new Command(log, "scp", "-r", "-P", Integer.toString(port),
110 new Command(log, "scp", "-r", "-P", Integer.toString(port),