Tip

SSH tunnel for remote Samba server access

On occasion I use a SSH tunnel for VPN access to my Samba shares when I'm offsite. This allows me to quickly and securely access my data.
# ssh -N -f -L <some unused local port above 1024>:<remote ip or dns name>:139 <ssh username>@<remote ip or dns>

# mount -t smbfs -o port=<your chosen local port>,ip=127.0.0.1,username=<samba account>,password=<account password> //localhost/<desired samba share> <target mount directory>

    Requires Free Membership to View

This was first published in March 2004

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.

    Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.