0
一键免密码打开SSH终端
Windows 时代一直使用SecureCRT,一键免密码登录服务器的设计非常贴心。Mac 上也有类似的工具,比如ZOC,但是习惯了内建的Terminal,怎么用怎么觉得别扭,于是想了个招:
1、用Pub-key的方式登录,这样至少可以做到免密码,很多服务器的密码是Rand出来的,键盘敲简直是自寻死路;
2、为每个服务器建一个Alias,比如p1=ssh 10.0.0.1,这样可以只在Terminal 里面打p1,就可以免密码登录了,但是还是不是很爽。
最近发现了一个叫“Go!”的软件,类似书签,只要配合上面的方法1,基本上实现了类似SecureCRT 的功能,下面是Go!的摘要:
Go 1.0: ”
如果你喜欢淘软件,建议订阅苹果官方下载站的RSS:feed://images.apple.com/downloads/macosx/home/recent.rss
- 相关文章:
1
给Finder 添加地址栏──FinderPath
Finder 很强大,不过没有个类似Windows Exploerer 的地址栏,很不爽,终于……
GO:http://finderpath.bahoom.de/

Key Features
- Easily copy/paste file paths.
- Easily access hidden files and folders.
- Fast filesystem navigation through path completion and suggestions popup.
- Search Mode: Enter filenames to search the current directory. Way more reliable than Finders “find as you type”.
- Wildcard support: Type *.pdf to select all pdf files in the current folder.
- Open terminal in current directory by keypress.
- No Bloatware: Doesn’t get in your way until you activate it, and stays in background if you don’t.
- A word of warning: I explicitly tag this app Beta. Most stuff is working, but use it at your own risk and PLEASE REPORT BUGS!
Installation
Download FinderPath. Mount the dmg and drag FinderPath.app to your Applications folder.
Usage
Press Command+G or click on Finder’s titlebar item to activate the FinderPath address bar.
Shortcuts
| Tab/Return | Complete highlighted suggestion & open Path in Finder |
| Down Arrow | Display a list of completions |
| ⌘ + Return | Open file |
| ⌘ + Up | Go to parent folder |
| ⌘ + H | Go to Home folder |
| ⌘ + N | Open new Window |
| Escape | Leave address bar |
| ⌘ + R | Reload (also works when inactive) |
| ⌘ + T | Open in Terminal (also works when inactive) |
| ⇧⌘ + F | Enter Search Mode (also works when inactive) |
| ⇧⌘ + . | Show/Hide hidden files (restarts Finder, also works when inactive) |
