![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2005
Beans: 28
|
HOWTO: Speed up SSH login
If you execute the command:
Code:
ssh username@hostname You can blame IPv6 for this. Execute: Code:
ssh -4 username@hostname Now, if you don't want to type -4 all the time (or are using CVS with ssh), edit your ssh_config file like so: Code:
sudo gedit /etc/ssh/ssh_config Code:
AddressFamily inet Last edited by Jacky_J; October 31st, 2005 at 03:26 PM.. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|