Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 9111  / 2 Years ago, mon, january 3, 2022, 3:28:15

I tried connecting to my new installed Ubuntu 12 server via SSH and I was asked for my password. (I had used "myusername@ipadress" to connect)



After entering the right password a few times (with no luck; access denied) I started getting an error directly telling me that the connection was refused without asking me for a password anymore.



It seems like I have managed to blacklist myself. It has been like this for about 2 hours now, is there a quick solution for this?


More From » ssh

 Answers
2

If you haven't installed ssh-server yet, you need to install it by running:



sudo apt-get install openssh-Server,



You may also need to check if the default SSH Port 22 is open on your Router/Firewall. You may also need to change the default port under /etc/ssh/sshd_config.


[#34704] Tuesday, January 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tusmuumu

Total Points: 195
Total Questions: 122
Total Answers: 104

Location: Oman
Member since Tue, Feb 7, 2023
1 Year ago
;