diff options
author | Jim Rees <rees@cvs.openbsd.org> | 2002-03-26 18:56:24 +0000 |
---|---|---|
committer | Jim Rees <rees@cvs.openbsd.org> | 2002-03-26 18:56:24 +0000 |
commit | 9fd2f7a139cbd931e661157d6c7f4e110a10df1a (patch) | |
tree | 23565dff30ad399df304766148d01cbe86e851a6 /usr.bin | |
parent | 07b5dea7bbb05db1e9d0fe0198687d8ae4e8c9bc (diff) |
Add instructions for changing acl on private key file
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/README.smartcard | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/usr.bin/ssh/README.smartcard b/usr.bin/ssh/README.smartcard index 7ba3cc42ec0..4112e12416d 100644 --- a/usr.bin/ssh/README.smartcard +++ b/usr.bin/ssh/README.smartcard @@ -54,7 +54,20 @@ need to: $ ssh-add -s 1 +(7) Optional: If you don't want to use a card passphrase, change the + acl on the private key file: + + $ sectok + sectok> login -d + sectok> acl 0012 world: w + world: w + AUT0: w inval + sectok> quit + + If you do this, anyone who has access to your card + can assume your identity. This is not recommended. + -markus, Tue Jul 17 23:54:51 CEST 2001 -$OpenBSD: README.smartcard,v 1.7 2002/03/25 16:47:17 rees Exp $ +$OpenBSD: README.smartcard,v 1.8 2002/03/26 18:56:23 rees Exp $ |