- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Network/ssh issue
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 03:18 AM
11-24-2004 03:18 AM
Network/ssh issue
He has ssh client for windows. It just pops that using port 22..authentication method profile name..and nothing happens further..no password prompt nothing..
He tries the other server which say somethign like below:
"server responded No further authentication methods available"
I have tried some 10,000 lines of the ssh.log which doesnt have any entry for him.
So i doubt if he is allowed for this through firewall. I cant check the firewall as it's a different team.
What else i shall be checking.
I am going to check the other servers log now..
Thanks and regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 03:31 AM
11-24-2004 03:31 AM
Re: Network/ssh issue
Nov 24 07:07:20 hertz sshd[2633]: Failed none for illegal user cthyagar from 10.76.168.112 port 3513 ssh2
Nov 24 08:19:27 hertz sshd[8642]: Failed rhosts-rsa for illegal user cthyagar from 64.102.122.157 port 1023 ruser root
Nov 24 08:19:27 hertz sshd[8642]: Failed rsa for illegal user cthyagar from 64.102.122.157 port 1023
These are error messages from other server. Can someone figure out, what is it?
I have asked user to check client settings and network setting too..
For above seems straightforward that user is illegal to connect to this server.
Let me know if anyone has got any other clues..
Cheers
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 04:05 AM
11-24-2004 04:05 AM
Re: Network/ssh issue
keep us inform on progress have a bit of time will try and help, yhay is if I am able
Jean-Pierre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 04:59 AM
11-24-2004 04:59 AM
Re: Network/ssh issue
sshd -ddd -p "some_other_port"
Ask user to log on now. Post the output.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 03:38 PM
11-24-2004 03:38 PM
Re: Network/ssh issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2004 02:03 AM
11-25-2004 02:03 AM
Re: Network/ssh issue
ssh -vvv ...
-v Verbose mode. Causes ssh to print debugging messages about its progress. This is helpful in debugging connection, authentication, and configuration problems. Multiple -v options increases the verbosity. Maximum is 3.
HTH,
Ross