I can't ssh to IOS XE on CSR Recommended Code AlwaysOn sandbox.
Command: ssh developer@sandbox-iosxe-recomm-1.cisco.com
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!
I can't ssh to IOS XE on CSR Recommended Code AlwaysOn sandbox.
Command:
ssh developer@sandbox-iosxe-recomm-1.cisco.comBelow is my error output:
But with curl, i get the response:
curl -u developer:C1sco12345 sandbox-iosxe-recomm-1.cisco.com:443 -vvvCan you help me solve this? I need that sandbox to explore automation and learn XE platform.
Thank you!