search for: sectok

Displaying 10 results from an estimated 10 matches for "sectok".

Did you mean: sector
2003 Aug 21
1
Smartcard: sectok compiler error
Hello list! I am trying to get my chipdrive micro smartcard working with openssh. I read the README.smartcard, but i got stuck with sectok. It might be a little offtopic but i am totally stuck! After it compiled libsectok without the -Bforcearchive flag i tried to compile sectok: [root at box sectok-20020524]# make gcc -o sectok main.o cmds.o cyberflex.o ../libsectok/libsectok.a -lcrypto cmds.o: In function `reset': /home/mohnew...
2003 Aug 21
0
OT: smartcard sectok - 0608 error loading driver
...scd: eventhandler.c:468 EHSpawnEventHandler: Card inserted into Towitoko Chipdrive USB 0 0 Aug 21 12:33:16 idefix pcscd: EHSpawnEventHandler: Card ATR: 3B 95 15 40 FF 68 01 02 02 04 now i am trying to do point 3 from the README.smartcard (3) load the Java Cardlet to the Cyberflex card: $ sectok sectok> login -d sectok> jload /usr/libdata/ssh/Ssh.bin sectok> quit thats what i get: # sectok sectok> login -d 0608 error loading driver sectok -0 till -3 did not work either. Can anyone give me a tip/hint why it wont load the driver? the card is...
2001 Sep 27
0
libsectok and sectok RPMs
For people interested in playing with the Smartcard support in recent OpenSSH, I have built source RPMs of libsectok and sectok. Currently only the Todos reader driver is included, but I am happy to accept patches :) http://www.mindrot.org/~djm/sectok/ The RPMS build, install and function on Redhat Roswell (7.2 beta) YMMV -d -- | Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor m...
2004 Sep 02
1
contribution - pkcs11 smart card support
Hello, I have just finished development of PKCS#11 smartcard support into OpenSSH. It is based on existing approach implemented in sectok and OpenSC support. It means it supports private key stored on PKCS#11 device. I have developed it on Linux platform and tested on Windows using Cygwin and after some minor code cealn-up I'm ready to post a patch. Are you (especially maintaners) interested in such patch? It would be nice if...
2002 Oct 17
2
playing with smartcard: rsa key upload?
I began playing with smartcard support and enabled this in openssh-3.5p1 on linux. The -U (upload) option unfortunately doesn't work yet with ssh-keygen: $ ssh-keygen -U 0 Enter file in which the key is (/home/user/.ssh/id_rsa): key uploading not yet supported Is there a tool to upload an openssh rsa key to a smart card so that I can use it with ssh -I later on? Should I just upload it as a
2007 Nov 12
7
[Bug 1391] New: Problem compiling openssh 4.7p1
...directory `/tmp/openssh-4.7p1/openbsd-compat' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/openssh-4.7p1/openbsd-compat' gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -lssh -lopenbsd-compat -lsectok -lcrypto -lskey -lutil -lz -lnsl -lcrypt -L/usr/local/lib -lopensc -lscconf -L/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -s -O3 -march=i686 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -L/usr/local/BerkeleyDB.4.1/lib -lpthread -lgpm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -l...
2001 Jul 04
0
Sneek peak at what was commited.
...wait until !session_have_children(); bugreport from Lutz.Jaenicke at aet.TU-Cottbus.DE - markus at cvs.openbsd.org 2001/07/02 22:29:20 [readpass.c] do not return NULL, use "" instead. - markus at cvs.openbsd.org 2001/07/02 22:40:18 [ssh-keygen.c] update for sectok.h interface changes. - markus at cvs.openbsd.org 2001/07/02 22:52:57 [channels.c channels.h serverloop.c] improve cleanup/exit logic in ssh2: stop listening to channels, detach channel users (e.g. sessions). wait for children (i.e. dying sessions), send exit messages, cl...
2002 Apr 10
1
openssh-3.1p1 on GNU/Hurd
...--- openssh-3.1p1.old/ssh-keygen.c Tue Feb 26 13:15:10 2002 +++ openssh-3.1p1/ssh-keygen.c Tue Apr 9 16:15:47 2002 @@ -27,6 +27,7 @@ #include "pathnames.h" #include "log.h" #include "readpass.h" +#include "xgethostname.h" #ifdef SMARTCARD #include <sectok.h> @@ -82,7 +83,7 @@ char *__progname; #endif -char hostname[MAXHOSTNAMELEN]; +char *hostname; static void ask_filename(struct passwd *pw, const char *prompt) @@ -860,7 +861,7 @@ printf("You don't exist, go away!\n"); exit(1); } - if (gethostname(hostname, sizeof(ho...
2007 Mar 01
11
Call for release testing.
Hi All. We are planning on doing one of our regular OpenSSH releases (4.6/4.6p1) some time next week. This is a mostly a bugfix release, but there is one new feature: sshd now allows the enabling and disabling of authentication methods on a per user, group, host and network basis via the Match directive in sshd_config. The bugs fixed are: #52 ssh hangs on exit. #1252 sftp returns 0 when
2006 Aug 30
30
Testing for the 4.4p1 release
Hi, The 4.4p1 release is approaching now, so we are now asking people to actively test snapshots or CVS and report back to the mailing list. Snapshots are available from http://www.mindrot.org/openssh_snap or from any of the mirrors listed on http://www.openssh.org/portable.html The latter page also includes instructions for checking out portable OpenSSH via anonymous CVS. This release