diff --git a/.profile b/.profile
index 091ae9ba..e160de39 100755
--- a/.profile
+++ b/.profile
@@ -292,7 +292,7 @@ _ps1bash() {
 	unset prefix
 	# Alert if in an SSH session
 	if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then
-		prefix="${fg_bold}${fg_red}ssh${r}${fg_red}:${r}${prefix}"
+		prefix="${fg_bold}${fg_red}$(hostname -s)${r}${fg_red}:${r}${prefix}"
 	fi
 	# Change PWD color depending on the shell
 	case $0 in