--name
: to define the name of the forwarder.
--peer-name
: the name of its peer on the other network.
--ssh-host
: the ssh host for the tunnel creation.
--ssh-port
: the port to use to establish the ssh
connection (by default: 22).
--ssh-login
: the login to use to establish the ssh
connection (by default: current user login).
--ssh-key
: the private key to use to establish the ssh
connection (by default: $HOME/.ssh/id_rsa
).
--remote-port
: the port to listen on the ssh host.
--remote-host
: the host to which the connection is made
by the tunnel (corresponds to host
in the ssh options
-L
and -R
).
--nb-retry
: the number of times the local forwarder tries
to bind itself to the distant forwarder (default is 3).
--peer-ior
: if you already know the IOR of the distant
forwarder, then you can pass it to your local forwarder. By default,
the local forwarder retrieves the IOR of its peer.
--net-config
: the path to the configuration file.
-C
: create the tunnel from this forwarder.
--remote-host
to localhost
for the
tunnel to work correctly.
In order, to activate a DIET forwarder, users must:
-C
option to force it to create the
ssh tunnel.
Rem: The forwarders must be launched before the DIET hierarchy.