mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-06-08 11:22:10 +03:00
Updated FAQ (markdown)
parent
f5192c37dd
commit
b77d85e42e
8
FAQ.md
8
FAQ.md
@ -3,10 +3,10 @@ Frequently Answered Questions
|
|||||||
|
|
||||||
## Is this a replacement for IRC?
|
## Is this a replacement for IRC?
|
||||||
|
|
||||||
`ssh-chat` and IRC have overlapping scenarios. `ssh-chat` right now doesn't have channels like IRC does,
|
It can be for some scenarios, but the goals are not identical.
|
||||||
but for smaller projects and teams, `ssh-chat` might be better in the long run. `ssh-chat` identifies
|
|
||||||
users by their public keys so authentication is automatically handled by sshd. `ssh-chat` is also easier to set up since all a user has to do is connect via ssh to a specified IP as opposed to installing an IRC client,
|
ssh-chat focuses more on secure chat with small teams. Traditionally to achieve this with IRC, you'd setup an ssh server for your friends and run a localhost IRC server on it that your friends would connect to by tunnelling over ssh. ssh-chat achieves a similar level of security without setting up multiple servers and tunnels.
|
||||||
connecting to a server, and connecting to a specific channel.
|
|
||||||
|
|
||||||
## How can I build ssh-chat?
|
## How can I build ssh-chat?
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user