dioioib
Junior Poster in Training
61 posts since Feb 2011
Reputation Points: 14
Solved Threads: 2
Skill Endorsements: 0
dioioib
Junior Poster in Training
61 posts since Feb 2011
Reputation Points: 14
Solved Threads: 2
Skill Endorsements: 0
Another option is to use a script to SSH to the remote machine then use your standard terminal commands "mount /dev/<whatever disk you want> /Volumes/<your newly created dir name for the remote disk>"to mount the volume to /Volumes/<your newly created dir name for the remote disk>
For the tunnel:
SSH user@host -p<servers port default is 22 you might want to setup a port forward on your router>
for more information on SSH on OSX type man ssh in terminal.
dioioib
Junior Poster in Training
61 posts since Feb 2011
Reputation Points: 14
Solved Threads: 2
Skill Endorsements: 0
dioioib
Junior Poster in Training
61 posts since Feb 2011
Reputation Points: 14
Solved Threads: 2
Skill Endorsements: 0
Question Answered as of 1 Year Ago by
dioioib you are joking right? of course it doesn't. It's open source and has been installed on every server i have ever worked with. So install it. Wow, that post is unreal.
if you want to jeopardize a security sluth like me sniffing your data packets go right ahead and use something less secure.
dioioib
Junior Poster in Training
61 posts since Feb 2011
Reputation Points: 14
Solved Threads: 2
Skill Endorsements: 0
This is no different then using a shell script to run SSH and SFTP. Using FTP is just a lot less secure. Do yourself a major favor and run it on a non-standard port number and or use port forwarding through your router. That will offer you some protection using standard FTP. But seriously consider switching to SSH now that you are essentially doing what I suggested in the first place.
Good luck.
dioioib
Junior Poster in Training
61 posts since Feb 2011
Reputation Points: 14
Solved Threads: 2
Skill Endorsements: 0