Search this site
Home
Apache
BSD
C#.NET
C/C++
CiscoASA
CiscoIOS
ColdFusion
Cygwin
DB2
Dbg
Eclipse
EJB
Far
GAE
GWT
HTML
IIS
InfoSec
Java
JavaScript
JBoss
jQuery
JunOS
Linux
MSSQL
MySQL
OMSA
OracleDB
Perl
PHP
PL/SQL
PowerConnect
PowerShell
Regex
ShellScript
Tomcat
VB.NET
Visual Studio
Weblogic
Windows
Sitemap
Linux
>
SSH
>
sshd
SSH Login Pause Problem
Normally the SSH pause when logging in is due to reverse dns lookup of the client ip by the sshd process. to fix,
edit:
/etc/ssh/sshd_config
delete the followings
GSSAPIAuthentication yes GSSAPICleanupCredentials yes
Comments