Displaying 20 results from an estimated 200 matches similar to: "openssh 2.9p1 on Solaris 2.6 with AFS"
2002 Apr 24
2
OpenSSH and support for KTH-Krb4
Hello,
I have tried to compile openssh-3.1p1 and then two
later snapshots. It seems that I can not have support
for KTH-Krb4, according to this errorlist from make:
gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o
readconf.o clientloop.o -L. -Lopenbsd-compat/ -R/usr/local/ssl/lib
-L/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib -L/usr/athena/lib
-R/usr/athena/lib -lssh
2001 Jun 18
0
multiply-defined error during make
Hello All,
During the make of openssh-2.9 on solaris 5.8 make failed with the following
error:
ld: fatal: symbol `des_check_key' is multiply-defined:
(file /xxx/xxx/solaris/admin/sys/krb4/lib/libdes.a(set_key.o) and
file /
xxx/xxx/solaris/openssl/lib/libcrypto.a(set_key.o));
ld: fatal: symbol `des_set_odd_parity' is multiply-defined:
(file
2001 Oct 09
2
Solaris 2.6, and AFS
With the help of Jan Iven I have been able to compile openssh-2.9.9p2
on Solaris 2.6 with AFS/kerb4 support using gcc.
./configure --sysconfdir=/etc/ssh --with-tcp-wrappers \
--with-egd-pool=/var/run/egd-pool \
--with-kerberos4=/usr/athena --with-afs=/usr/afsws
to do this I modified the resulting Makefile,
from:
CPPFLAGS=-I. -I$(srcdir) -I/usr/local/ssl/include
2002 Oct 16
2
ssh-keygen opens NULL filename
Hi,
it's impossible to use -f option with ssh-keygen with version 3.5p1:
$ ./ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N ""
Generating public/private dsa key pair.
open failed: No such file or directory.
Saving the key failed: .
$
--
Martin Mokrejs <mmokrejs at natur.cuni.cz>, <m.mokrejs at gsf.de>
PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs
MIPS /
2010 Aug 05
1
[LLVMdev] possible miscompilation of openssl on x86-64
Hi folks,
I'm playing with this version of OpenSSL:
openssl-SNAP-20100804
On x86 using clang I can build it and run all tests successfully. On
x86-64 using clang r110287 I get the error message below during "make test".
Not sure if anyone has time to look into this but I'm probably not the
right person to start debugging it...
Thanks,
John Regehr
2003 Sep 05
20
[Bug 635] openssh-SNAP-20030903: configure does not work well with heimdal(krb5)
http://bugzilla.mindrot.org/show_bug.cgi?id=635
Summary: openssh-SNAP-20030903: configure does not work well with
heimdal(krb5)
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Kerberos support
2001 Mar 14
2
Solaris and man pages
do you folks have a way of generating man pages in a format
that the Solaris "man" command can use (apart from converting
to plain text)?
2002 Jan 21
6
OpenSSH and OpenSSL snapshots
Hello,
In order to experiment with OpenCA, I have built an RPM for redhat 7.2
of a recent OpenSSL snapshot (the binary rpm on the OpenCA was built
with the different target directories and libraries. Unfortunately these
recent OpenSSL snapshots seems to break all OpenSSH tarballs and RPMs
that I have been able to find. None of them seem to compile
successfully, even the snapshots at
2001 May 15
0
openssh 2.9p1 on Solaris 2.6 with AFS
hello,
I'm attempting to compile 2.9p1 on Solaris 2.6 with AFS support.
I am not using Kerberos aside from AFS. The installation notes state
that Kerberos IV is required by AFS. Since the Kerberos libraries and
header files do not appear to be distributed with AFS, I downloaded and
installed ftp://ftp.pdc.kth.se/pub/krb/src/krb4-1.0.8.tar.gz
./configure --sysconfdir=/etc/ssh
2002 Nov 25
1
AIX 4.3.3/OpenSSH 3.5p1 compile problem
My apologies if this is not the appropriate forum for this but I have
posted twice to the ssh security list and have not received any
replies. I would appreciated any help that anyone can offer. TIA
-------
Ok, this is a repost from awhile back to which I received no replies.
Originally, I was dealing with 3.4p1 but I am running into the same
problem now with 3.5p1. I would greatly
2004 Aug 20
1
problem compiling OpenSSH 3.9 on OpenBSD 3.4
Please pardon any user idiocy involved, but I applied the OpenBSD 3.4
patch to the 3.9 sources on both my i386 and sparc64 OpenBSD 3.4 boxes,
and get the same error:
cc -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o
auth-rh-rsa.o sshpty.o sshlogin.o servconf.o serverloop.o uidswap.o
auth.o auth1.o auth2.o auth-options.o session.o auth-chall.o
auth2-chall.o groupaccess.o auth-skey.o
2003 Sep 16
3
OpenBSD 3.3 x86 Build Problem
I'm seeing this on a clean build after downloading 3.7 to my
OpenBSD source tree...
bash-2.05b# make
[...]
===> lib
===> ssh
===> sshd
cc -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o
auth-rh-rsa.o sshpty.o sshlogin.o servconf.o serverloop.o
uidswap.o auth.o auth1.o auth2.o auth-options.o session.o
auth-chall.o auth2-chall.o groupaccess.o auth-skey.o
2001 Jun 18
1
OpenSSH + Solaris + AFS ???
Hello *,
sorry if i missed an article which already solves my problem.
I need a working configuration of OpenSSH for Solaris 7 (SunOS 5.7)
with AFS support. PAM support to use the AFS PAm module `pam_afs.so'
and TCP-Wrapper support would be nice.
It would be nice to have similar configurations for Solaris 6
(SunOS 5.6), Solaris 8 (SunOS 5.8) and Solaris 2.5.1.
I have tested a few
2001 Mar 06
0
Problem compiling openssh on Solaris 2.6 with AFS-krb4 (fwd)
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer
---------- Forwarded message ----------
Date: Tue, 6 Mar 2001 22:28:52 +0100 (MET)
From: "[iso-8859-2] Martin MOKREJ?" <mmokrejs at natur.cuni.cz>
To: openssh at openssh.com
Subject: Re: Problem compiling
2002 Jan 18
0
KTH krb4 and OpenSSL conflict building OpenSSH 3.0.2p1
Hi,
I configured OpenSSH 3.0.2p1 with
./configure --disable-suid-ssh --with-pam --with-kerberos4=/usr/athena \
--with-afs=/usr/afsws --with-ipaddr-display \
--with-ssl-dir=/afs/bi/v/@sys/libraries/openssl/latest
My "latest" OpenSSL is 0.9.6a. KTH krb4 is 1.1.
When linking the binaries, the KTH krb4 libdes conflicts with the
OpenSSL libdes. It seems to be possible to get around
2002 Dec 08
1
Building openssh-3.5p1 with new DES functions
Hi,
I've seen that openssh will have different function names for des, I
think thats great. As kerberos4 nor kerbero5 from KTH in Sweden support
those new calls yet, I thought it would be best for me to switch back to
the old behaviour, i.e. have kerberized libkrb and other libs with
disabled support for openssl (which means libdes is compiled).
Then, compile openssh-3.5p1 with kerberos4
2003 Jun 10
2
Compiling 2.2.8a with SSL support on Solaris 7
I'm running into a problem when compiling Samba 2.2.8a with SSL support on
Solaris 7. The build appears to be choking on redefinitions between the
Openssl des.h and kerberos/des.h (which is grabbed because it is on the
system). Here's the error I'm getting:
In file included from /usr/local/include/openssl/evp.h:89,
from /usr/local/include/openssl/x509.h:67,
1999 Mar 11
2
AFS on samba 2.0.2
>Ken, did you ever get afs support compiled into 2.0.2? I am in exactly
>the same boat as you are (were), where samba 1.9.18 was working great, but
>2.0.2 wouldn't compile with afs support. I too tried to copy the relavant
>parts of the makefile over, but ended up with the same errors as you did.
>Then I found your post to the samba list, and I'm hoping that you've
2004 Feb 27
2
OPenAFS and OpenSSH replacing kafs
Would OpenSSH be willing to accept a modification similar to the one
below to replace the kafs modification to get an AFS PAG and token?
The nice features of this are that it can be compiled in
even if OpenAFS is not available. At runtime if the
dynamic library is present, it can be loaded and called.
A dynamic lib is used so the setpag is in the same process.
It has been reported that the
2002 Oct 12
2
scp
I would absolutely love a flag in scp to ignore sym-links.
Douglas Boldt
Endai WorldWide, NYC
Technical Operations Manager
212-430-0808 x118