Displaying 1 result from an estimated 1 matches for "combinc".
Did you mean:
combine
2001 Sep 14
0
Samba over SSH tunnel
I am trying to see if this is even possible.
We have a network in my office of mostly Windows machines, all connected to
the internet via a firewall.
We have a co-located Linux server in another state.
I want to centralize my authentication setup, so that there is but a single
username/password combincation used accross all systems.
I have configured SSHD on the co-located Linux server to authenticate using
pam, and to use pam_smb.
I have three SSH tunnels (although I doubt all three are needed or even are
usefull) :
ssh -2 -L 137:windows.pdc.com:137 local.ssh.server.com
ssh -2 -L 138:windows....