Sunday, December 11, 2016

sshfs

I recently added these alias to add or reset my sshfs connection to Cisco ADS server. These works fine so far, and I don't have to refer this tutorial any more.
alias sshfs_ads='sshfs -o reconnect -C -o workaround=all -o allow_other,defer_permissions,IdentityFile=~/.ssh/id_rsa siche@sjc-ads-4749:/nobackup/siche/ /Users/siche/sjc-ads-4749/'alias sshfs_umount='diskutil unmount force /Users/siche/sjc-ads-4749'alias sshfs_list='ps aux | grep -i sftp | grep -v grep'
With sshfs to ADS server, I can open csharp solution file from workspace directory using Xamarin Studio, build, and run Blueshift.exe.
Same way I was able to access the whole workspace from CLion, but it took forever for CLion to finish parsing ngwc/fed directory.

No comments:

Post a Comment