From b669ca2a04de12187d73b16a272f38033db7a9e9 Mon Sep 17 00:00:00 2001
From: Michael Blaschek <michael.blaschek@univie.ac.at>
Date: Thu, 27 Jan 2022 16:21:22 +0000
Subject: [PATCH] hushlogin

---
 SSH-VPN-VNC/SSH.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/SSH-VPN-VNC/SSH.md b/SSH-VPN-VNC/SSH.md
index 5183cbc..bb23576 100644
--- a/SSH-VPN-VNC/SSH.md
+++ b/SSH-VPN-VNC/SSH.md
@@ -123,3 +123,13 @@ In order to use:
 ```bash
 $ mosh user@srvx1.img.univie.ac.at
 ```
+
+## SSH Banner
+If you login in to any of the IMGW Servers you will be greeted by a banner showing some information about the system. However, after some time you might not need that information anymore.
+
+run the following and you will never see the banner again.
+
+```bash
+touch $HOME/.hushlogin
+```
+remove that file and you shall see it again.
-- 
GitLab