22

I'm trying to log on to my Amazon EC2 cloud server instance with FileZilla, To do this I need to specify a keyfile for SFTP over SSH,

However, FileZilla in OS X can't open files in hidden directories.

Like for most Mac users, mine are located in ~/.ssh. But alas, when I click on 'Add Keyfile' in 'SFTP Settings' under 'Preferences', the Finder window won't show hidden files.

A bit of research turned up this, and I do have my Finder set up to view hidden files, so... what's up FileZilla?

I would really not like to have to move the contents of my .ssh to ~. I'd rather not take the easy way out and just use some other client.

James Mertz
  • 26,529

2 Answers2

50

In any Open or Save dialog in OS X, simply press Shift-Command-Period to display hidden files and folders.

http://www.macworld.com/article/142884/2009/09/106seehidden.html

slhck
  • 235,242
mlunoe
  • 616
6

Alternatively to displaying hidden files/folder, you may find it easier to navigate there directly.

CMD+Shift+G will display a dialogue box to enter the path. Then enter ~/.ssh, and you're in.

If you enter the path to a file in an Open/Save window and press enter, it will choose that file to be opened/saved.

OJFord
  • 641