440Forums  |  MacMusic.org  |  PcMusic.org  |  440tv  |  Zicos  |  AudioLexic
server   {key13}


Create on-the-fly hostname lists for ssh tab completion

MacOsxHints

Monday March 24, 2008. 03:30 PM
MacOsxHints

If you don't want to manage server lists for tab completion with ssh, put the following line in your .bash_profile file in your home directory: complete -W "$(echo `cat ~/.ssh/known_hosts | cut -f 1 -d ' ' | sed -e s/,.*//g | uniq | grep -v "\["`;)" ssh This will allow you to tab complete any hostname you've previously ssh'd to. [robg adds: This worked as described for me. The complete command is a built-in bash function that lets you specify lists of options to be used with tab completion on a given command. The version above parses your known_hosts to create the list of options. You can read more about the complete built-in function in the...
don
Create on-the-fly hostname lists for ssh tab completion Read more at MacOsxHints
feeds.macosxhints.com/~r/macosxhints/recent/~3/257065700/article.php

 

 Related News 
View Spotlight indexing task's percentage completion View Spotlight indexing task's percentage completion
 MacOsxHints 04/03/08 03 PM 
Create iWeb sites in languages other than system default Create iWeb sites in languages other than system default
 MacOsxHints 04/02/08 03 PM 
Radiohead?s Nude: Create Your Own Remix Radiohead?s Nude: Create Your Own Remix
 Apple HotNews 04/01/08 08 PM 
Create a floating window showing active programs Create a floating window showing active programs
 MacOsxHints 04/01/08 03 PM 
Create sets of desktop images without duplication Create sets of desktop images without duplication
 MacOsxHints 03/31/08 03 PM 
Google SketchUp 6.4.245 - Create 3D Design Concepts, Use ... Google SketchUp 6.4.245 - Create 3D Design Concepts, Use ...
 AppleLinks 03/31/08 10 AM 
Create clickable references in Pages' PDFs Create clickable references in Pages' PDFs
 MacOsxHints 03/28/08 03 PM 
10.5: Temporarily create a translucent Terminal window 10.5: Temporarily create a translucent Terminal window
 MacOsxHints 03/27/08 03 PM 
Create new tabs via double-click in Safari 3.1 Create new tabs via double-click in Safari 3.1
 MacOsxHints 03/25/08 03 PM 
10.5: Create a direct Screen Sharing shortcut icon 10.5: Create a direct Screen Sharing shortcut icon
 MacOsxHints 03/17/08 03 PM 
iPodObserver - CNBC: iPhone Could Create Enterprise Halo Effect iPodObserver - CNBC: iPhone Could Create Enterprise Halo Effect
 TheMacObserver 03/14/08 08 PM 
Widget Maker X 1.3.4  Tool To Create And Manage Widgets Widget Maker X 1.3.4 Tool To Create And Manage Widgets
 AppleLinks 03/13/08 05 AM 
iPhone 2.0: Apple shows world how to create and grow a platform iPhone 2.0: Apple shows world how to create and grow a platform
 Mac Daily News 03/07/08 02 PM 
How to create a fully-encrypted HFS+ hard drive How to create a fully-encrypted HFS+ hard drive
 MacOsxHints 03/06/08 04 PM 
Five great Illustrator tutorials. Create maps and more. Five great Illustrator tutorials. Create maps and more.
 Mac Merc 03/04/08 05 AM 
Create Chaos 2008 Event to Address Evolving Needs of Creative... Create Chaos 2008 Event to Address Evolving Needs of Creative...
 Mac Megasite 02/28/08 03 PM 
10.5: Share files and create sharing users in one step 10.5: Share files and create sharing users in one step
 MacOsxHints 02/27/08 04 PM 
American Stock Exchange lists Morgan Stanley?s 14% SPARQS Lin... American Stock Exchange lists Morgan Stanley?s 14% SPARQS Lin...
 Mac Daily News 02/26/08 04 PM 
Create easy 'tracking' apps for iPhone via Google Docs Create easy 'tracking' apps for iPhone via Google Docs
 MacOsxHints 02/15/08 04 PM 
10.5: Create a custom Dock for the Guest account 10.5: Create a custom Dock for the Guest account
 MacOsxHints 02/14/08 04 PM 

Search

Mac Zicos
Fri December 5, 02:58 PM
server   {key13}