While the SSHFS package listed above comes with a graphical
interface, I prefer the versatility of the command-line interface.
Add the following aliases to your default shell file; in CSH (the
C Shell), put the following line in your .cshrc file:
alias sshfs /Applications/sshfs.app/Contents/Resources/sshfs-static
alias astro 'sshfs -o sftp_server=/usr/local/bin/sftp-server -o ssh_protocol=1 -o sshfs_debug user@gateway.astro.ucla.edu:/u/user ~/atwork'
Where "user"
is your username on the Astro network. (The "ssh_protocol"
needs to be set to 1 because the gateway server only runs
SSH1. The sshfs_debug flag is useful in case you encounter additional errors.)