Better_Rough_2554@lemmy.ml to Linux@lemmy.ml · edit-23 years agoCan multiple people connect to the same user at the same time?message-squaremessage-square14fedilinkarrow-up11arrow-down11file-text
arrow-up10arrow-down1message-squareCan multiple people connect to the same user at the same time?Better_Rough_2554@lemmy.ml to Linux@lemmy.ml · edit-23 years agomessage-square14fedilinkfile-text
I’m making a home server and I wonder if two people can connect through ssh to the same user at the same time.
minus-squarecoleman@lemmy.mllinkfedilinkarrow-up1·3 years agoA cool command you can run is the following who It shows the open sessions for each user on the server. Since who is part of GNU coreutils, you can get more info about it using the weird GNU info command. info who
minus-squarea_Ha@lemmy.mllinkfedilinkarrow-up1·3 years agoinfo who > who-infos-in-text.txt … then open this file in your favorite text editor : so you can … .1) use “find” & .2) add your own comments //eddits
A cool command you can run is the following
who
It shows the open sessions for each user on the server.
Since
who
is part of GNU coreutils, you can get more info about it using the weird GNUinfo
command.info who
info who > who-infos-in-text.txt
… then open this file in your favorite text editor : so you can …
.1) use “find” &
.2) add your own comments //eddits