Tag: SSH
-
I forgot to add the authorization key in ssh after restart ssh… but I found a way to bypass it.
So I already Set up Portainer Agent on that server and I can go to my Portainer WebGui to create a CentOS container with these compose docker and add command line to reboot our Host Server. It saves my time. This will reboot the host, meaning will apply ssh too. So it will work to…
-
SSH – Make Sure Our Server Is Secure And Create A Key For SSH.
If you want to remote your server from home, you can, but you cannot simply install OpenSSH with a password, which is very insecure. I highly recommend that you use type Ed25519 ssh, which is the most secure and fast access to ssh. I suggest looking at this website. Follow the instructions on the red…