We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't ssh to IOS XE on CSR Recommended Code AlwaysOn sandbox. Command: ssh [email protected] Below is my error output:
ssh [email protected]
kex_exchange_identification: read: Connection reset by peer Connection reset by 131.226.217.149 port 22
But with curl, i get the response: curl -u developer:C1sco12345 sandbox-iosxe-recomm-1.cisco.com:443 -vvv
curl -u developer:C1sco12345 sandbox-iosxe-recomm-1.cisco.com:443 -vvv
* Trying 131.226.217.149:443... * Connected to sandbox-iosxe-recomm-1.cisco.com (131.226.217.149) port 443 (#0) * Server auth using Basic with user 'developer' > GET / HTTP/1.1 > Host: sandbox-iosxe-recomm-1.cisco.com:443 > Authorization: Basic ZGV2ZWxvcGVyOkMxc2NvMTIzNDU= > User-Agent: curl/7.81.0 > Accept: */* > * Mark bundle as not supporting multiuse < HTTP/1.1 400 Bad Request < Server: nginx/1.13.12 < Date: Tue, 26 Jul 2022 13:56:12 GMT < Content-Type: text/html < Content-Length: 272 < Connection: close < <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body bgcolor="white"> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>nginx/1.13.12</center> </body> </html> * Closing connection 0
Can you help me solve this? I need that sandbox to explore automation and learn XE platform. Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can't ssh to IOS XE on CSR Recommended Code AlwaysOn sandbox.
Command:
ssh [email protected]
Below is my error output:
But with curl, i get the response:
curl -u developer:C1sco12345 sandbox-iosxe-recomm-1.cisco.com:443 -vvv
Can you help me solve this? I need that sandbox to explore automation and learn XE platform.
Thank you!
The text was updated successfully, but these errors were encountered: