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
-
I highly recommend adding a new user with your preferred username and disabling login for user `pi`.
-
@gronostaj if I may ask, why? If the password is secure enough, should be fine right
-
@EngineerCoding but you should also run each thing you want as its own user with its own perms and such
-
@EngineerCoding Well, you wouldn't have this issue in the first place if your username was consistent across devices.
-
Hazarth95024yId recommend adding your connection profiles to
.ssh/ssh-config
And then you can just do
"ssh pi"
Or whatever name you assign it.
It then works for scp and rsync too
Related Rants
Haven't used ssh in a while. Just spent 30 minutes figuring out why my Pi was rejecting my password.
Turns out I wrote ssh <ip> instead of ssh pi@<ip>
rant
ssh
raspberry pi