search for: passpharse

Displaying 4 results from an estimated 4 matches for "passpharse".

Did you mean: passphare
2009 Dec 29
3
OT: What are the 2 openssl commands I need to use?
I looked on the openssl man page but am too dense with commands to understand what I need to do..... Ran into problems generating a key and CSR for SSL, because the web site is on a server with an old Ensim Control Panel. Please someone knowledgeable, give me the openssl commands I need to use, after I ssh into the web site, to generate a 2048 bit key and csr. TIA and Happy New Year!
2007 Dec 04
7
anyone using generate()?
I was playing around with the generate() function and was wondering if anyone was making us of it. The current way I''m attempting to use it is to determine what the homedir of a given user is. I have: --- $homedir = generate("/bin/sh", "-c", "grep ^${name} /etc/passwd | cut -d: -f6") --- which returns what I expect it to return except that it preserves the
2005 Feb 23
1
Permission prob with scp
Hi... I am trying to do scp from one server to another.If permission of my home dir is 775 then it is not allowing to do the scp in case of passwd less authentication (i.e when i am using pubkey/private without passpharse).In this case it is asking for passwd even though the public key is present in home directory (.i.e in .ssh). But if i am changing the permission to 755 then it is not asking the passwd and allowing the scp. How can i do the scp if i want to use pubkey/private key and also i need to keep my home...
2007 Sep 29
64
[Bug 1371] New: Add PKCS#11 (Smartcards) support into OpenSSH
...3, most smartcard and other cryptographic device vendors support PKCS#11, opensc also provides PKCS#11 interface. PKCS#11 is much more portable, standard, used standard than the current opensc implementation. The implementation is much cleaner than current smartcard support as it handles the passpharse correctly (card remove/insert), it also much easier to use as it allow adding specific keys to the agent and much more, please see: http://alon.barlev.googlepages.com/openssh-pkcs11 Many users already use this patch, with many different smartcards' providers. I believe that a security product...