Better_Rough_2554@lemmy.ml to Linux@lemmy.ml · edit-24 years agoCan multiple people connect to the same user at the same time?message-squaremessage-square13fedilinkarrow-up10arrow-down10file-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-24 years agomessage-square13fedilinkfile-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-up0·4 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·4 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
whoIt shows the open sessions for each user on the server.
Since
whois part of GNU coreutils, you can get more info about it using the weird GNUinfocommand.info whoinfo 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