[Lunar-commits] <moonbase> ssh-contact: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Apr 2 13:34:23 CEST 2011
commit b969874d6623e52c161ec502f9f45b3ea0bddce3
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Apr 2 07:34:23 2011 -0400
ssh-contact: Adding to moonbase.
---
net/ssh-contact/DEPENDS | 2 ++
net/ssh-contact/DETAILS | 27 +++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/net/ssh-contact/DEPENDS b/net/ssh-contact/DEPENDS
new file mode 100644
index 0000000..f3ede6b
--- /dev/null
+++ b/net/ssh-contact/DEPENDS
@@ -0,0 +1,2 @@
+depends openssh
+depends telepathy-gabble
diff --git a/net/ssh-contact/DETAILS b/net/ssh-contact/DETAILS
new file mode 100644
index 0000000..242786c
--- /dev/null
+++ b/net/ssh-contact/DETAILS
@@ -0,0 +1,27 @@
+ MODULE=ssh-contact
+ VERSION=0.5
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://telepathy.freedesktop.org/releases/ssh-contact/
+ SOURCE_VFY=sha1:db6d77aeeaabb28992c4c6b5dc58fa0377ac9094
+ WEB_SITE=http://telepathy.freedesktop.org/wiki/SSH-Contact
+ ENTERED=20110402
+ UPDATED=20110402
+ SHORT="client service tool via SSH"
+cat << EOF
+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.
+
+Only contacts with ssh-contact service installed and connected using
+telepathy are listed.
+
+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.
+EOF
More information about the Lunar-commits
mailing list