-
as seen on Server Fault
- Search for 'Server Fault'
This is quite a mistery for me. I usually use passwordless RSA authentication to login into my remote *nix servers with ssh and sftp. Never had any problem until now.
I cannot connect to an Ubuntu 9.10 machine:
user@myclient$ ssh -i .ssh/Ganymede_key [email protected]
[...]
debug1: Host…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi there,
I am trying to get my head around public key encryption using the openssl implementation of rsa in C++. Can you help? So far these are my thoughts (please do correct if necessary)
Alice is connected to Bob over a network
Alice and Bob want secure communications
Alice generates a public…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi Everyone,
I spent several hours but unable to install CPAN Crypt::OpenSSL::RSA module. It's required for Postfix's dkimproxy add-on.
What I do is to run the following command in the shell:
$ perl -MCPAN -e 'install Crypt::OpenSSL::RSA'
When I run this command, several lines displayed and at…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I put together a quick WinForm/embedded IE browser control which logs into our company's bank website each morning and scrapes/exports the desired deposit information (the bank is a smallish regional bank). Since we have a few dozen "pseudoaccounts" that draw from the same master account, this actually…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Greetings, this is my first post on stackoverflow, and i'm sorry if its a bit long.
I'm trying to build a handshake protocol for my own project and am having issues with the server converting the clients RSA's public key to a Bignum. It works in my clent code, but the server segfaults when attempting…
>>> More