![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| can't connect to 1 website | Bobafart | UNIX for Dummies Questions & Answers | 1 | 06-01-2007 06:17 PM |
| Connect From VB to Sybase 11 | Than Chanroeun | SUN Solaris | 2 | 08-18-2006 08:42 AM |
| connect to as-400 system | ZINGARO | Shell Programming and Scripting | 0 | 08-16-2006 09:41 AM |
| cant connect | Combat Form | UNIX for Dummies Questions & Answers | 6 | 05-01-2004 06:06 PM |
| Cannot connect to my ISP | coolteach | UNIX for Dummies Questions & Answers | 8 | 09-26-2001 03:56 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
SSH not able to connect - Need help
Hi,
I am trying to connect to server using SSH command - ssh -l <username>@<server> 22 But it just hangs there.. Any suggestions to connect via SSH will be of great help! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Quote:
ssh -l {username} server The default sshd runs on port 22. Another thing to try is this: ssh -v -l {username} server - use 2 v's for even more info. This will tell you exactly what is going on with the connection. Hope this helps, Mike |
|
#3
|
||||
|
||||
|
"ssh -l <username>@<server> 22" is incorrect syntax, most simple is "ssh user@host"
|
||||
| Google The UNIX and Linux Forums |