![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Telnet help | mrice | UNIX for Dummies Questions & Answers | 1 | 08-11-2007 10:10 AM |
| TELNET help | seshumohan | Windows & DOS: Issues & Discussions | 1 | 03-08-2007 02:13 AM |
| telnet with ksh | taboaspedro | Shell Programming and Scripting | 2 | 12-30-2005 08:04 AM |
| Telnet | vtran4270 | UNIX for Advanced & Expert Users | 1 | 09-16-2002 11:17 AM |
| getting on to telnet | tamworther | UNIX for Dummies Questions & Answers | 1 | 08-20-2002 01:50 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
telnet ans ssh
Hi all,
I need few information as follows: 1. I am acessing one the machine uismg putty at port no 12023 using telnet service. My question is i heard by defalult the port for telnet is 23. Why it is 12023 in my case. Also where can i change it. 2. i install new debian server. And then i install ssh. i am able to ssh to another debian server. But when i am trying from a windows machine to that new debian server i am unable to ssh. what might be the problem. Thanks in advance. Regards Gauri |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Hi Gauri !
1. check for telnet configuration file. In that file change the default port from 12023 to 23. then restart telnet daemon. this will make telnet daemon to listen on 23rd port 2.First check whether sshd is running or not by ps -ef | grep "sshd" if it is not running start it with command : /etc/init.d/sshd start then u will be able to connect to the debian server check if these solve the problems if not revert back Narsing |
|||
| Google The UNIX and Linux Forums |