I’m making a home server and I wonder if two people can connect through ssh to the same user at the same time.
Yup. I think it just shows up as another TTY of the same user.
Yes, in a way that’s pretty much how having multiple local terminals work as well. For ssh there is no difference there, you can have multiple logins with the same credentials even from different remote locations.
I think so, I’ll check
Yes
yes. my daily work works this way.
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
N3ggers and joos stole white culture!
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
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.
Because maybe they aren’t two people.
You can try with two terminal windows.
Also telling people asking questions on the internet “we aren’t Google” is silly.
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.
If you don’t have anything useful to add to the post don’t comment like that.
I already answered the question. Did you?