mirror of
https://github.com/containers/podman.git
synced 2025-09-21 11:45:26 +08:00
Port to MacOS
* Refactor Tunnel to support selecting port for remote sshd * Refactor ssh tunnel to support MacOS version of ssh * Refactor Tunnel.close() to find and kill off zombie siblings * Add psutil dependency * Add logging setup, letting library produce debugging records * Clean up Tunnel API * Fix test_runner.sh to propagate returncode to caller Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #1199 Approved by: rhatdan
This commit is contained in:
@ -46,6 +46,11 @@ user.
|
||||
Name of remote host. There is no default, if not given \f[C]pypodman\f[]
|
||||
attempts to connect to \f[C]\-\-remote\-socket\-path\f[] on local host.
|
||||
.PP
|
||||
\f[B]\[en]port\f[]
|
||||
.PP
|
||||
The optional port for \f[C]ssh\f[] to connect tunnel to on remote host.
|
||||
Default is None and will allow \f[C]ssh\f[] to follow it's default configuration.
|
||||
.PP
|
||||
\f[B]\[en]remote\-socket\-path\f[]
|
||||
.PP
|
||||
Path on remote host for podman service's \f[C]AF_UNIX\f[] socket. The default is
|
||||
|
Reference in New Issue
Block a user