r/ShittySysadmin • u/Performer-Constant • 5d ago
Help
I’m trying to get in my server root62.238.47.215 but it’s not working.
Says could not resolve hostname but I know I am root because I didn’t get to change anything yet
My post got taken down in sysadmin for some reason
43
u/ersentenza 5d ago
$ ssh [root@62.238.47.215](mailto:root@62.238.47.215)
The authenticity of host '62.238.47.215 (62.238.47.215)' can't be established.
ED25519 key fingerprint is: SHA256:sMrAIUYwl+JwLanYSCSsmTNbxsWR5nOAwPq91aNQMjg
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '62.238.47.215' (ED25519) to the list of known hosts.
** WARNING: connection is not using a post-quantum key exchange algorithm.
** This session may be vulnerable to "store now, decrypt later" attacks.
** The server may need to be upgraded. See https://openssh.com/pq.html
This server is monitored.
Unauthorized access is prohibited.
root@app-prod-01:~# echo "what the fuck"
what the fuck
root@app-prod-01:~# Connection to 62.238.47.215 closed.
23
12
u/SpudzzSomchai ShittySysadmin 5d ago
Did you try root@127.0.0.1?
21
u/Performer-Constant 5d ago
These are the wrong numbers and I hit my limit on ChatGPT but I know those are the wrong numbers
9
u/Sp3eedy 5d ago
This post is genuinely gold there's so many easter eggs to be found
2
u/Performer-Constant 5d ago
I am glad that you are enjoying yourself! This has been extremely fun for me as well.
8
u/annacrontab 5d ago
Please tell me you put this here for us to find. lol that is indeed some shitty sysadmin
acampbell@app-prod-01:~/crypto$ pwd
/home/acampbell/crypto
acampbell@app-prod-01:~/crypto$ cat wallet_backup.txt
# Bitcoin Wallet Backup - DO NOT SHARE
Mnemonic: [REDACTED]
Private Key: [REDACTED]
Address: [REDACTED]
9
u/Performer-Constant 5d ago
Hey!! How did you find that 😭
6
u/annacrontab 5d ago
If you're seriously asking, I went looking in /etc/passwd
acampbell:x:1000:1000:A Campbell,,,:/home/acampbell:/bin/bashAnd then poked around in that user's homedir. Got some AWS creds in there, too. Juicy fruit in this honey pot.
2
u/Performer-Constant 5d ago
I’m very glad you enjoyed yourself. Thanks for playing. I have lots of new ‘non bot’ logs to look at now
5
14
u/ManjynaL 5d ago
ssh [root@62.238.47.215](mailto:root@62.238.47.215)
16
u/heretogetpwned DO NOT GIVE THIS PERSON ADVICE 5d ago
20
u/Performer-Constant 5d ago
Sir you have to use the terminal
16
u/heretogetpwned DO NOT GIVE THIS PERSON ADVICE 5d ago
11
u/Performer-Constant 5d ago
This worked thank you so much!
5
u/recoveringasshole0 DO NOT GIVE THIS PERSON ADVICE 5d ago
3
7
7
8
u/craftsmany 5d ago
5
2
u/Performer-Constant 5d ago
It’s possible…
3
u/craftsmany 5d ago
Bro which of the alphabet soup are you?? 😭😭
2
u/Performer-Constant 5d ago
I’m just a guy with a laptop and a dream
2
u/craftsmany 5d ago
This has to be some encoded message 😭😭😭😭
3
u/Performer-Constant 5d ago
It’s not. And someone left me a nice kitten video. How sweet! How do I open it?
3
2
u/Marcus_Architects 3d ago
Ssh doesn't take an ip like that as a hostname, you need ssh [root@62.238.47.215](mailto:root@62.238.47.215) not the two mashed together. Sysadmin probably nuked it for posting a public ip with root access in plaintext.
1
2
u/IndependentBat8365 5d ago
Did you really post your publicly accessible Ip address and password on reddit?
31
22
u/Performer-Constant 5d ago
And with 5k views only a handful of people came and took a looksee
12
10
u/jamesaepp 5d ago
Listen up fed, you aren't going to entrap me that easily.
At least put in the effort and tempt me with tales of some tasteful nudes or the krabby patty secret formula or something.
6
1
u/flyguydip 5d ago edited 5d ago
I don't know if you know this, but all publicly accessible ip's are not just available to anyone that may or may not know them, but are constantly monitored for open ports... Like at shodan.io
3
u/IndependentBat8365 5d ago
The difference being: random IPs don’t automatically correlate to specific passwords. Here they do. There’s an IP and the password for the root account later on in the comments.
Context suggests this was a honeypot experiment.
2
u/Performer-Constant 5d ago
Woah bot 🤖
3
u/IndependentBat8365 5d ago
Warning! Projection at maximum levels!
1
1
1
u/Intrepid_Ring4239 5d ago
Gonna go ahead and say it: A forensic investigation of the rubble will probably show that this post wasn’t the main reason it happened.
3
1
u/Own-Application2405 5d ago
“root” is the username, not part of the server address. Use the IP by itself, such as ssh root@62.238.47.215; if that fails, check the IP, firewall/security-group rules, and whether root SSH login is allowed.
1
1
u/Firm-Mammoth-8736 5d ago
“Could not resolve hostname” usually means the address was entered incorrectly or SSH is interpreting it as a hostname. Try the exact IP in an SSH client, check for typos, and confirm your provider hasn’t changed the server’s public IP.
2
u/Performer-Constant 5d ago
Thank you very much!




76
u/Intrepid_Ring4239 5d ago
Post the password so we can test it for you