March 22, 2010
More Fun With SSH
![]() |
SSH keys and ssh-add are useful to minimize password-typing. But you don't necessarily want to use the same key for all the machines you log onto, which requires more typing, to -i keyfile on the command line. Alternatively, you can set the identify file per host with a section like this in your ~/.ssh/config file:
Host ssh.example.com IdentityFile ~/.ssh/example_id_rsa |
|
Recent Tips » Keeping Your ssh Connection Alive » 3 Apache/httpd Commannd-Line Options » less Read All Tips of the Trade |
Host desktop.example.com ForwardX11Trusted yes Host * ForwardX11 yes |
Host longname.machine.example.com HostName lmach User julietkemp-longname |
Networking Solutions
- 1 Linux Server Management Nightmare: Attack of the Killer Penguins
- 2 Top 10 Open-Source Server Technologies You Need to Know
- 3 10 Coolest Features in Windows Server 2008
- 4 Getting Started With EFT Server -- A More Secure FTP Server Option
- 5 Making Linux Server Directories More Readable, Add to Perl's @INC Array




Windows Server 2008 R2 provides enhanced management control over resources across the enterprise. Downlaod this PDF to learn more.