summaryrefslogtreecommitdiff
path: root/sysutils/sshsh
diff options
context:
space:
mode:
authorkim <kim>1999-07-05 04:47:16 +0000
committerkim <kim>1999-07-05 04:47:16 +0000
commit81cbbe636e01ebeaf93d1befd3fd97fa8027e46d (patch)
treeb1e54d17e6db9def61896c1175a0fd042feaf8b8 /sysutils/sshsh
parentf76635e6c7dc150282dbcac3f899c0d332ecb965 (diff)
downloadpkgsrc-81cbbe636e01ebeaf93d1befd3fd97fa8027e46d.tar.gz
Little script to run your shell under ssh-agent.
Diffstat (limited to 'sysutils/sshsh')
-rw-r--r--sysutils/sshsh/Makefile14
-rw-r--r--sysutils/sshsh/files/md53
-rw-r--r--sysutils/sshsh/pkg/COMMENT1
-rw-r--r--sysutils/sshsh/pkg/DESCR2
-rw-r--r--sysutils/sshsh/pkg/PLIST3
5 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/sshsh/Makefile b/sysutils/sshsh/Makefile
new file mode 100644
index 00000000000..03a3e1aaeda
--- /dev/null
+++ b/sysutils/sshsh/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/07/05 04:47:16 kim Exp $
+#
+
+DISTNAME= sshsh-1.0
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
+
+MAINTAINER= kim@tac.nyc.ny.us
+
+NO_CONFIGURE= yes
+ALL_TARGET= all PREFIX=${PREFIX}
+INSTALL_TARGET= install PREFIX=${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/sshsh/files/md5 b/sysutils/sshsh/files/md5
new file mode 100644
index 00000000000..a7a3a922ba9
--- /dev/null
+++ b/sysutils/sshsh/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/07/05 04:47:16 kim Exp $
+
+MD5 (sshsh-1.0.tar.gz) = 6f87881a927889ba675fb697ae50a388
diff --git a/sysutils/sshsh/pkg/COMMENT b/sysutils/sshsh/pkg/COMMENT
new file mode 100644
index 00000000000..c92f438d265
--- /dev/null
+++ b/sysutils/sshsh/pkg/COMMENT
@@ -0,0 +1 @@
+run a new shell with an SSH identity
diff --git a/sysutils/sshsh/pkg/DESCR b/sysutils/sshsh/pkg/DESCR
new file mode 100644
index 00000000000..d17e519fd9e
--- /dev/null
+++ b/sysutils/sshsh/pkg/DESCR
@@ -0,0 +1,2 @@
+Sshsh checks for an existing ssh-agent connection. It runs one
+if necessary, and tries to add your default identity to it.
diff --git a/sysutils/sshsh/pkg/PLIST b/sysutils/sshsh/pkg/PLIST
new file mode 100644
index 00000000000..025188e4210
--- /dev/null
+++ b/sysutils/sshsh/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/05 04:47:16 kim Exp $
+bin/sshsh
+man/man1/sshsh.1