Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@tahnik It just the fact that I see many posts here saying they got hacked or that there where attempts of unauthorised logging in.
-
@Jumpshot44 Thank you, I found out about devRant just yesterday. It is a pity it is not known amongst all devs.
-
Rocket3G2008yEven if you disable password login, the authentication attempts still show up in the auth.log 😉
-
kshep9232708yAs a Windows user I found setting this up to be quite a hassle so I used password authentication for some time. Then I discovered OpenSSH.
-
Everyone I know does this. NB - it's also worth setting up a passphrase for your key (the prompt you get when you create it) if you have more than one server. Don't let a stolen laptop be the keys to the kingdom for the sake of convenience!
But yeah stop using password authentication. IIRC it goes over in plaintext. -
Also adding an alias to config file inside .ssh folder is pretty handy. Then just command "ssh myalias"
-
@marceloch2 I suspect everyone who is using public/private key is using this feature (config file) for quick connect.
It is tragic to type the path of the key in each ssh command...
And in case you have multiple keys for multiple machines, oh boy... I feel sorry for you... -
@Lel00 Black magic...
Seriously now?
Here, let me give you a hand
https://cyberciti.biz/faq/...
https://digitalocean.com/community/... -
If you are the only one doing that, perhaps you need to surround yourself with better people.
-
lewdogg9958yOmg!!!! That is the first thing I do when I get ssh access to any machine.
Fuck passwords!!!!
Related Rants
-
abhijith050513When you SSH into a machine and then SSH back into yours, you know you are drunk.
-
nickj58today at programming class... professor: today we will be teaching you about vim and using the terminal and s...
-
linuxxx15Had to debug an issue, *ssh user@domain* "some wild network connection issue" *hmm weird.. * *checks every...
Why nobody uses public/private key authentication for ssh and disable password auth?
Am I the only one around here doing this?
undefined
ssh