summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-06-20 09:49:31 +0300
committerGeorge Kiagiadakis <gkiagia@tolabaki.gr>2016-06-20 09:49:31 +0300
commit9760eeddf0ab49a6db284df34b4563508619f5a9 (patch)
tree3112d2931ddd8186df750553b65d19cb663eabd0
parent1ef9deba542f093051df4149b1469b58934c347a (diff)
moin2mdwn: convert page SSH-Contact
-rw-r--r--SSH-Contact.mdwn (renamed from SSH-Contact.moin)56
1 files changed, 34 insertions, 22 deletions
diff --git a/SSH-Contact.moin b/SSH-Contact.mdwn
index cee4705..65dd231 100644
--- a/SSH-Contact.moin
+++ b/SSH-Contact.mdwn
@@ -1,22 +1,34 @@
-= Description =
-SSH-Contact is a client/service tool that makes it easy to connect to your telepathy IM contacts via SSH. No need to care about dynamic IP, NAT, port forwarding, or firewalls anymore; if you can chat with a friend, you can also SSH to their machine.
-
-= Links =
-
- * [[http://telepathy.freedesktop.org/releases/ssh-contact/|SSH-Contact releases]]
- * [[http://cgit.freedesktop.org/telepathy/telepathy-ssh-contact/|SSH-Contact git]]
- * [[https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=ssh-contact|Report a bug]]
-
-= FAQ =
-
-== Does it work if I'm using pidgin? ==
-No. You and the contact you are sshing must be online using a Telepathy client (like Empathy).
-
-== Which IM protocols are supported? ==
-Currently only Jabber (using telepathy-gabble) is supported. But ssh-contact could work with any protocol if its telepathy backend supports StreamTube.
-
-== Why some of my contacts are not listed in ssh-contact menu? ==
-Only contacts with ssh-contact service installed and connected using telepathy are listed
-
-== Is there security risks? ==
-If you install the ssh-contact service, your ssh daemon is exposed to all your IM contacts. Of course they still have to make the ssh authentication (password, ssh key, etc). This means that your sshd is not "protected" anymore behind a NAT or firewall. It is equivalent to have ssh daemon running with a public IP address and port 22 open. So ssh-contact-service security == sshd security. It is your choice to trust sshd or not.
+
+
+# Description
+
+SSH-Contact is a client/service tool that makes it easy to connect to your telepathy IM contacts via SSH. No need to care about dynamic IP, NAT, port forwarding, or firewalls anymore; if you can chat with a friend, you can also SSH to their machine.
+
+
+# Links
+
+* [[SSH-Contact releases|http://telepathy.freedesktop.org/releases/ssh-contact/]]
+* [[SSH-Contact git|http://cgit.freedesktop.org/telepathy/telepathy-ssh-contact/]]
+* [[Report a bug|https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=ssh-contact]]
+
+# FAQ
+
+
+## Does it work if I'm using pidgin?
+
+No. You and the contact you are sshing must be online using a Telepathy client (like Empathy).
+
+
+## Which IM protocols are supported?
+
+Currently only Jabber (using telepathy-gabble) is supported. But ssh-contact could work with any protocol if its telepathy backend supports [[StreamTube|StreamTube]].
+
+
+## Why some of my contacts are not listed in ssh-contact menu?
+
+Only contacts with ssh-contact service installed and connected using telepathy are listed
+
+
+## Is there security risks?
+
+If you install the ssh-contact service, your ssh daemon is exposed to all your IM contacts. Of course they still have to make the ssh authentication (password, ssh key, etc). This means that your sshd is not "protected" anymore behind a NAT or firewall. It is equivalent to have ssh daemon running with a public IP address and port 22 open. So ssh-contact-service security == sshd security. It is your choice to trust sshd or not.