HPE GreenLake Administration
Operating System - HP-UX
1838240
Members
3341
Online
110125
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-26-2003 06:11 AM
02-26-2003 06:11 AM
slow ssh
Hallo,
we have some shell script that uses remsh and rcp and we want to replace them with ssh and scp. It works fine but it takes a lot of time.
A "remsh ls" needs 0.1 seconds and a "ssh ls" needs 3.4 seconds.
When I start ssh with the "-d" option then I geht the following failed messages.
Do you know how I can fix that problem?
...
debug1: Starting up PAM with username "jaha"
debug1: PAM setting rhost to "client"
Failed none for jaha from 53.141.246.120 port 59110 ssh2
debug1: userauth-request for user jaha service ssh-connection method external-keyx
debug1: attempt 1 failures 1
debug1: No suitable client data
Failed external-keyx for jaha from 53.141.246.120 port 59110 ssh2...
we have some shell script that uses remsh and rcp and we want to replace them with ssh and scp. It works fine but it takes a lot of time.
A "remsh
When I start ssh with the "-d" option then I geht the following failed messages.
Do you know how I can fix that problem?
...
debug1: Starting up PAM with username "jaha"
debug1: PAM setting rhost to "client"
Failed none for jaha from 53.141.246.120 port 59110 ssh2
debug1: userauth-request for user jaha service ssh-connection method external-keyx
debug1: attempt 1 failures 1
debug1: No suitable client data
Failed external-keyx for jaha from 53.141.246.120 port 59110 ssh2...
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 06:27 AM
02-26-2003 06:27 AM
Re: slow ssh
The only way to "fix it" is to get a bigger faster machine and a bigger faster network.
ssh is encrypting and decrypting on the otherside, so it's just a fact of life that it's going to be slower.
live free or die
harry
ssh is encrypting and decrypting on the otherside, so it's just a fact of life that it's going to be slower.
live free or die
harry
Live Free or Die
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 12:46 PM
02-26-2003 12:46 PM
Re: slow ssh
Are you using /dev/random? If you have 11i, implement this and it will run much faster.
http://newfdawg.com/SSHpart5.htm
Is the problem just that it is slow or do you want it to use one of these failed authentication methods? If so, could you post your config files?
- Chris
http://newfdawg.com/SSHpart5.htm
Is the problem just that it is slow or do you want it to use one of these failed authentication methods? If so, could you post your config files?
- Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 01:08 PM
02-26-2003 01:08 PM
Re: slow ssh
As Harry Brown points out, ssh and scp is slower because of the encryption/decryption that is happening. Let me add that, once this initial handshaking has happened, the communication is just as fast as remsh or rcp. I've attached my ever-popular document on installing and using ssh/scp. From your debug output, I think you've got a problem with the handshaking--perhaps a permission issue. Take a look and try it again. It'll never be as fast as remsh/rcp, but you can help it out a bit with proper configuration.
Chris
Chris
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP