Skip to content
New issue

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

Is "IOS-XE Always ON" Sandbox block ssh port? #4

Open
ghost opened this issue Jul 26, 2022 · 0 comments
Open

Is "IOS-XE Always ON" Sandbox block ssh port? #4

ghost opened this issue Jul 26, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 26, 2022

I can't ssh to IOS XE on CSR Recommended Code AlwaysOn sandbox.
Command: ssh [email protected]
Below is my error output:

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

*   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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants