I’m making a home server and I wonder if two people can connect through ssh to the same user at the same time.
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
And you can even “share the screen and keyboard” by using tmux or screen command to setup a virtual terminal shared over your respective virtual TTYs (over SSH).
@southerntofu @Better_Rough_2554
https://lemmy.ca/pictrs/image/5dfb0dc0-43b9-48ba-9ea0-f07784858bb5.jpeg
@southerntofu @Better_Rough_2554
N3ggers and joos stole white culture!
@southerntofu @Better_Rough_2554
A cool command you can run is the following
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 > 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
yes. my daily work works this way.
Yup. I think it just shows up as another TTY of the same user.
I think so, I’ll check
Yes
Yes, it works. But why don’t you try it out? We’re not google.
Because maybe they aren’t two people.
Also telling people asking questions on the internet “we aren’t Google” is silly. How do you think answers to questions get on the internet? People ask them, other people answer them and then in the future when people Google it they can find other people asking that question and getting answers.
If you don’t have anything useful to add to the post don’t comment lole that.
You can try with two terminal windows.
This is wrong, since questions like these have been answered dozens of times and are easily accessible. Also you can easily try it out.
For more complex questions or stuff that’s not to be easily tried out or answered in every second SSH guide out there I’m totally with you.
I already answered the question. Did you?