couldn't telnet using putty, but my colleague could


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users couldn't telnet using putty, but my colleague could
# 1  
Old 12-24-2011
couldn't telnet using putty, but my colleague could

Hi,
I am using putty. I telnet to a system from a Solaris system(jump server) regularly.
But this time when I tried, it behaved differently, like kept on giving login prompt like password is incorrect. I am sure the password is right, and I woke up my colleague at midnight, he tried in his machine using putty from the same server, and he could successfully login. We both used the same id to login to the frst server, then telnet. I typed the password in notepad and confirmed I am typing the correct chars.

I tried to telnet from another machine too, but no luck.

The last time when I successfully logged into the server, it acepted input when I presses the key twice. For ex, to enter ls -lrt, I have to do, llss --llrrtt. From there something is behaving differently.
Any suggestions to fix this ?
# 2  
Old 12-24-2011
hi
have you tried to test various options in the “Terminal“ options of putty? i.e. setting vt100 as termnal type and so on.
see ya
fra
# 3  
Old 01-03-2012
some things come to mind ...

1. ssh was recently enabled and telnet was disabled on remote server ... use ssh to connect to remote server and see if issue persists ...

2. your account was disabled on remote server

3. your home directory is not accessible or does not exist on the remote server

4. if all settings are correct and you still have the issue, try reinstalling putty as it sounds like you may have corrupted it ...

have a coworker confirm items 2 and 3 ...

good luck!
# 4  
Old 01-04-2012
One more to check.
Ask you network people to check that the remote server or the jump server does not have a duplicate IP address on the main LAN.
# 5  
Old 02-01-2012
Thanks guys. Tried all those.
Finally the issue we found is, only one can login to that server with that same generic id. It was not the case previously. It has been resolved now, not sure how it resolved.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Couldn't add route on Solaris 10

Hi Solaris Experts, I am trying to add a routing table entry on our 5.1 Generic_144488-12 sun4v sparc Solaris 10 SUNW,SPARC-Enterprise-T5220 so that it is possible to ping 10.56.9.34 node # netstat -rnv IRE Table: IPv4 Destination Mask Gateway Device Mxfrg Rtt Ref Flg Out In/Fwd ... (2 Replies)
Discussion started by: gjackson123
2 Replies

2. UNIX and Linux Applications

couldn login mysql in unix ...

hi am getting this error when i tried to login in unix.. ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) but my application works fine... can u guide me,, (0 Replies)
Discussion started by: senkerth
0 Replies

3. Programming

Make: Couldn't load Shell.

i am compiling C++ source Code in HP-UX. It got errored as === All packages are configured === 1 (normal speed) 0 (fast speed) Making target for package No suffix list. Make: Couldn't load Shell. Stop. *** Error exit code 1 Stop. Error: terminated due to error It got... (7 Replies)
Discussion started by: girija
7 Replies

4. Solaris

couldn't contact the DHCP server

hi when i configure for DHCP in my solaris it says not able to contact dhcp server.. what might be the problem( is there any problem in recognizing my hostname by DHCP Server)? can any one explain thanks in advance (1 Reply)
Discussion started by: srikanthg
1 Replies

5. Solaris

Couldn't set locale correctly

hi All, I'm using sun OS 5.10. All locales are set to en_US.ISO8859-1 in /etc/profile/init file. I'm using one functional user.When I tried to "sesu - functionalUser",its giving me error like "Couldn't set locale correctly".In functional user profile i'm tring to set locales to en_US.After... (1 Reply)
Discussion started by: Kathraji
1 Replies

6. Shell Programming and Scripting

Webpage to Telnet via Perl and Expect: Telnet problem?

Somewhat long story: I have a simple Perl CGI script that uses Expect to Telnet to a device and grab some data, and then spits it back to Perl for display on the Webpage. This works for many devices I've tried, but one device just fails, it keeps rejecting the password on this device, only... (1 Reply)
Discussion started by: jondo
1 Replies

7. UNIX for Dummies Questions & Answers

Help with telnet using putty on solaris 10 x86

Hi ... I am totally new to unix ... I just installed solaris 10 and internet is working. Everytime I try to telnet from my windows xp using Putty to solaris as root user, putty opens the command prompt window and close right away. I also tried with ssh using Putty and I got a message "Using... (2 Replies)
Discussion started by: glieu
2 Replies

8. UNIX for Advanced & Expert Users

crontab couldn't run through, help

I have created two scripts to call SQL scripts to do some work. The scripts was successfully executed many times by manual. When I scheduled two scripts in crontab, I gave all necessary parameters. It could start, but couldn't run through. The log file didn't give enough error info. Anyone can help... (10 Replies)
Discussion started by: duke0001
10 Replies

9. Linux

Couldn't connect to Internet

I have installed fedora core 7 in my system. When I try to activate the network card it says "Could not determine IP address for eth0...failed". Please give me suggestions? (2 Replies)
Discussion started by: mvictorvijayan
2 Replies

10. Programming

Why my code couldn't be compiled

#include <Xm/Xm.h> #include <Xm/PushB.h> Widget CreatePushbutton(Widget parent, char* name, XtCallbackProc callback, XtPointer client_data) { Widget push; Arg args; Cardinal n; n=0; push=XmCreatePushButton(parent, name, args, n); XtAddCallback(push,... (4 Replies)
Discussion started by: endeavour1985
4 Replies
Login or Register to Ask a Question