search for: mangard

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

Did you mean: maggard
2000 Apr 06
1
status of openssh-2
Hi, My name is Stefan Mangard and I plan to implement an extension to ssh as a final project in a cryptography class. Since I want to use an open source of ssh, I decided to use the openssh implementation. I am currently working with openssh-1.2.3, but I'd also like to implement my extension for protocol 2, I wanted to as...
2000 May 19
0
openSSH2.1.0
...openSSH2.1.0 an a linux system and tried to connect to a server running an SSH2 server. Unfortunately I wasn't able to connect because of a signature error. I am connecting to the host for the first time. Does anybody know, why I have this problem and why I can't connect? Thanks, Stefan Mangard Here is the debug output: [smang at grad1 bin]$ ssh -2 -v galaxy.acm.jhu.edu SSH Version OpenSSH-2.1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /home/smang/etc/ssh_config debug: Applying options for * debug: ssh_connect: getuid 544 geteuid 54...
2000 Aug 13
2
combining openSSH and DNSSEC
Hi everybody, in a university project I started building DNSSEC features into the current release of openSSH. The openSSH client I modified now authenticates a server through DNSSEC. I wanted to ask if there are already plans in the openSSH community to integrate DNSSEC features. I really enjoyed working with openSSH and would like to continue my work and contribute it. I am about to set up a
2000 Apr 11
0
DNS lookup
Hi, I have a question concerning the linux code of openssh-1.2.3: When I started working with openssh I recognised that openssh stores a hostkey twice if one uses the full hostname and later on only the machine name (for a local machine). for example if one calls: ssh jhunix and later session starts with: ssh jhunix.jhu.edu openssh stores two times the same key in the ssh_known_keys file. Is