Displaying 6 results from an estimated 6 matches for "vaishampayan".
2002 Nov 14
1
OpenSSL in OpenSSH
Hi,
Can somebody provide me information of what portion from OpenSSL is used in
OpenSSH ? I am just trying to figure if some portion of OpenSSL is not
working then still can I use it for OpenSSH.
thanks,
Ajit
2003 Feb 06
1
No struct cmsghdr - what to do ?
Hi all,
If any perticular OS does not have 'struct cmsghdr' in sys/socket.h and also
it does not have access rights in 'struct msghdr', then how the compilation
should be done ? Does anybody had similar problem earlier ?
Regards,
Ajit
2003 Jan 06
6
ssh 3.1p1 problems on SX-6...
Hello,
We are porting openssh-3.1p1 onto SX-6 running on SuperUX.
We landed into problem when we started running sshd with
the default encryption settings. As you would have already
seen on this mailing list.
Basically we are facing two problems (both client and servers
run on SX):-
1) If the we use the default encryption algorithm aes128-cbc
then we get a Bad Packet length problem on
2002 Dec 30
2
Problem while exiting sftp on SX-6...
Hi,
I am trying to run sftp on SX-6 and it is giving me problem when
I try to exit from sftp. On pressing ^D or entering "bye" on
sftp prompt, sftp hangs. And I have to press ^C to quit.
The versions are: -
1. openssh-3.1p1 on both client and server.
2. Both client (sftp) and server (sshd) are running on SX-6
It appears that the client and server are hanging on "select".
2002 Dec 20
3
Bad packet length problem with "aes128-cbc" and openssh3.1p1
Hi,
I am trying to run openssh 3.1p1. But it is giving "Bad packet length" error
when I run sshd with default config file. On further investigation I found
that the error is coming only for the cipher algorithm "aes128-cbc". Also
the error comes only when I don't specify any protocol file
(/usr/local/etc/ssh_host_[rd]sa_key) or specify only "protocol 2" files.
I
2003 Jan 13
0
SX-6 port of openssh, configure problems
When we were porting OpenSSH on SX, we had similar problem. And when we did
#undef HAVE_B64_NTOP in config.h, we faced linking problem as b64_pton()
multiply defined, in base64.c and in libc.a. So we modified configure to
check both the functions b64_pton() and b64_ntop(). But we gave priority to
native function if available. Following are the diffs of three files we
changed
1. configure (line