I’m making a home server and I wonder if two people can connect through ssh to the same user at the same time.

  • coleman
    link
    fedilink
    02 years ago

    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 GNU info command.

    info who
    
    • @a_Ha@lemmy.ml
      link
      fedilink
      12 years ago

      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