diff --git a/bin/updateip.sh b/bin/updateip.sh
index fb9ff9cd..b7d8080d 100755
--- a/bin/updateip.sh
+++ b/bin/updateip.sh
@@ -8,6 +8,7 @@ if [ "$myEXTIP" = "" ];
then
myEXTIP=$myLOCALIP
fi
+mySSHUSER=$(cat /etc/passwd | grep 1000 | cut -d ':' -f1)
sed -i "s#IP:.*#IP: $myLOCALIP ($myEXTIP)[0m#" /etc/issue
sed -i "s#SSH:.*#SSH: ssh -l tsec -p 64295 $myLOCALIP[0m#" /etc/issue
sed -i "s#WEB:.*#WEB: https://$myLOCALIP:64297[0m#" /etc/issue
@@ -20,5 +21,8 @@ MY_EXTIP=$myEXTIP
MY_INTIP=$myLOCALIP
MY_HOSTNAME=$HOSTNAME
EOF
+tee /opt/tpot/etc/compose/wetty_environment << EOF
+MY_SSHUSER=$mySSHUSER
+EOF
chown tpot:tpot /data/ews/conf/ews.ip
chmod 760 /data/ews/conf/ews.ip
diff --git a/docker/nginx/dist/html/navbar.html b/docker/nginx/dist/html/navbar.html
index d3b311a8..e3954f74 100644
--- a/docker/nginx/dist/html/navbar.html
+++ b/docker/nginx/dist/html/navbar.html
@@ -15,7 +15,7 @@
Netdata
Spiderfoot
Portainer
- WebTTY
+ WebTTY