add SSH_CONNECTION to greet-string
This commit is contained in:
parent
13bf8e8458
commit
e3b72eb975
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ EOF
|
|||
if ${STARTTMUX-$STARTTMUXDEFAULT} ; then
|
||||
cat << EOF
|
||||
|
||||
"User: $USER - $UID"
|
||||
"User: $USER - $UID - $SSH_CONNECTION"
|
||||
|
||||
Starting or resuming screen session
|
||||
Press CTRL+C to cancel screen startup
|
||||
|
|
Loading…
Reference in a new issue