diff options
author | kim <kim@pkgsrc.org> | 1999-07-05 04:47:16 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-07-05 04:47:16 +0000 |
commit | 54bca0796e81020bdfb729e0a402ed0746be0fe9 (patch) | |
tree | b1e54d17e6db9def61896c1175a0fd042feaf8b8 /sysutils/sshsh | |
parent | d3ca74a97d693c3fc3816cf43ce2b7ce0324f610 (diff) | |
download | pkgsrc-54bca0796e81020bdfb729e0a402ed0746be0fe9.tar.gz |
Little script to run your shell under ssh-agent.
Diffstat (limited to 'sysutils/sshsh')
-rw-r--r-- | sysutils/sshsh/Makefile | 14 | ||||
-rw-r--r-- | sysutils/sshsh/files/md5 | 3 | ||||
-rw-r--r-- | sysutils/sshsh/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/sshsh/pkg/DESCR | 2 | ||||
-rw-r--r-- | sysutils/sshsh/pkg/PLIST | 3 |
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 |