zlacker

[parent] [thread] 0 comments
1. flumpc+(OP)[view] [source] 2023-04-27 07:33:16
Most prod configs I've seen now days disable SSH-ing in as root and password auth so it just becomes:

$ ssh user@server <rsa key> $ sudo -i <user pass> #

[go to top]