开发者

Mac Text Editor that Support SSH Keys

I have a w开发者_如何学Pythonorkmate who only uses a Mac. Being unfamiliar with Mac text editors, I'm wondering if anyone can recommend one that will allow SFTP access using ssh keys (not just passwords).


I would recommend checking out MacFUSE and MacFusion which will allow your workmate to mount ssh shares as native partitions, allowing them to use whatever editor they wish.

Mac Text Editor that Support SSH Keys


(source: googlecode.com)


They would probably use the included OpenSSH libraries. So you would just need to add the public/private keys in ~/.ssh/

I personally use rsync to synchronize the working set and the remote directory. Write a small batch file, double click and it synchronizes within a few milliseconds. If you don't need concurrent editing then this will probably be the more sane solution as you don't need to worry about slow filesystem abstraction layers. MacFuse is great in theory, but I have had it lock up finder a bit too often for my liking.


.... not sure, but I'd investigate BBEdit


Cyberduck and TextMate integrate very well - Cyberduck lets you use SFTP, and TextMate is one of the best Mac editors around.


Cyberduck has integration support for many editors. http://cyberduck.ch/

With it you can browse (edit) FTP, SFTP, WebDAV, Cloud Files and Amazon S3.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜