create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| #!/bin/bash | |
| echo "" | |
| echo "---------------------------------" | |
| echo "| AUTO COMPILE MOZJPEG |" | |
| echo "---------------------------------" | |
| echo "" | |
| echo "Apt update" | |
| sudo apt update && apt upgrade && apt remove $(deborphan) && apt autoremove && apt clean | |
| echo "Update" | |
| sudo apt update |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"