SysAdm Mounting a samba share through an ssh tunnel, going through an intermediate
computer, that accepts ssh. We’ll call this intermediate computer middle [65.219.4.23], and we want to get to destination [192.168.0.81]. The user will
be mchirico.
STEP 1:
$ mkdir -p /samba/share
STEP 2:
This has to be done as root, since we are using a lower port.
$ ssh -N [...]
Recent Comments