Hello forum,
I've posted before with questions regarding accessing Samba shares via SSH, from Windows. I've solved that problem! Turns out SSH has no means to access the network from Windows, as it runs under SYSTEM user (and won't work outside said user). I had to do a work around, and it works.
However, being ignorant in both Linux and networking, I am now struggling with how to have (via SSH), a FC5 access a Samba share from another FC5.
In a more clear manner:
Say I have three machines: M1, M2 (Samba server), M3. No domains or anything configured.
Now say that, from M1, I want to have something that's on M2's Samba share, run on M3. Being M1, M2 and M3 SSH-enabled, networked machines with Fedora Core 5 installed.
Is that possible?