diff --git a/Linux/MOTD.html b/Linux/MOTD.html new file mode 100644 index 0000000..8f39c90 --- /dev/null +++ b/Linux/MOTD.html @@ -0,0 +1,53 @@ + + +
Sur Linux, à chaque connexion SSH, vous retrouvez un petit message d’accueil vous donnant quelques informations utiles.
+Dans notre cas, nous voulons le changer afin de pouvoir identifier rapidement sur quels serveurs nous nous trouvons mais aussi afficher d’autres informations utiles.
+Le texte qui s’affiche à chaque connexion SSH se trouve dans le fichier motd que vous pouvez retrouver ici : /etc/motd
nano /etc/motd
+ ██╗ ██╗███████╗██╗ ██████╗ ██████╗ ███╗ ███╗███████╗
+ ██║ ██║██╔════╝██║ ██╔════╝██╔═══██╗████╗ ████║██╔════╝
+ ██║ █╗ ██║█████╗ ██║ ██║ ██║ ██║██╔████╔██║█████╗
+ ██║███╗██║██╔══╝ ██║ ██║ ██║ ██║██║╚██╔╝██║██╔══╝
+ ╚███╔███╔╝███████╗███████╗╚██████╗╚██████╔╝██║ ╚═╝ ██║███████╗
+ ╚══╝╚══╝ ╚══════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
+
+ Server : NURION
+
+ IP : XXX.XXX.XXX.XXX
+
+ Provider : Infomaniak
+ █████╗ ███╗ ██╗███████╗██╗██████╗ ██╗ ███████╗
+██╔══██╗████╗ ██║██╔════╝██║██╔══██╗██║ ██╔════╝
+███████║██╔██╗ ██║███████╗██║██████╔╝██║ █████╗
+██╔══██║██║╚██╗██║╚════██║██║██╔══██╗██║ ██╔══╝
+██║ ██║██║ ╚████║███████║██║██████╔╝███████╗███████╗
+╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝╚═╝╚═════╝ ╚══════╝╚══════╝
+ |-------------------------------------------------|
+ | Bienvenue |
+ |-------------------------------------------------|
+ |------------------- VPS -------------------|
+ |-------------------------------------------------|
+ | |
+ | Server Ansible |
+ | |
+ | IP XXX.XXX.XXX.XXX |
+ | |
+ | Provider FirstHeberg |
+ | Machine vps-48235 |
+ | Purpose Prod Ansible |
+ | |
+ |-------------------------------------------------|
+Sinon il existe un petit soft qui permet d'avoir un MOTD dynamique :
+apt-get install figlet