Features/Terminal Sharing: Difference between revisions
| Line 17: | Line 17: | ||
ShareTerm is | ShareTerm is | ||
a variant of Terminal designed to enable collaborative work at the command | a variant of Terminal designed to enable collaborative work at the command | ||
prompt. ShareTerm works by starting an unprivileged SSH daemon and a GNU Screen | prompt. ShareTerm works by starting an unprivileged SSH daemon and a [http://en.wikipedia.org/wiki/GNU_Screen GNU Screen] session. The SSH daemon is tunneled over a Telepathy Stream Tube. To avoid the need for passwords, public-key authentication is used. The system should support an arbitrary number of participants, though at the moment the sshd is configured with a maximum of 10. | ||
session. The SSH daemon is tunneled over a Telepathy Stream Tube. To | |||
avoid the need for passwords, public-key authentication is used. The | |||
system should support an arbitrary number of participants, though at the | |||
moment the sshd is configured with a maximum of 10. | |||
== Benefit to Sugar == | == Benefit to Sugar == | ||