Displaying 20 results from an estimated 1000 matches similar to: "spec file"
2000 Jan 14
1
minor prob with spec file
The openssl rpm needs to be installed on the system *before* the
openssh-server rpm is installed. This is because the openssh-server's
post script does the host key generation.
As it is now, the command
rpm -U openss*
intended to install openssh* and openssl* will report that the host
key generation failed. Fix: change
PreReq: openssh chkconfig >= 0.9
to
PreReq: openssh chkconfig
2000 Oct 16
2
ssh2 authentication and ip forwarding
I'd been hoping to move all of our site to ssh protocol 2 whilst we are
still small enough to do this without serious pain, however the lack of
authentication and connection forwarding is making that difficult at
present.
I see the current (2.2.0p1) code base does not have the code on either
client or server side for ssh2 to handle tunneled connections or
authentication agent. Is this
2000 Nov 27
1
StrictHostKeyChecking
Long ago, when I wrote the ssh config file on my desktop box, ssh
(which might have been the non-openssh one) took 3 possible values for
the StrictHostKeyChecking option - yes, no & ask.
Today, when I attempted to connect to a new machine, with no DNS
entries (so using IP address) from my desktop box, ssh (now 2.3.0p1)
SEGVed. Looks like there is some subtle interaction between having an
2000 Nov 20
3
Info before I try this
Is there any more docs on this other then the blurb on beta.redhat.com?
I got a spare non-critical victim err... test machine I want to try this
on and have all the RPMS, but would really like to chew on a little
more detail before I leap.
Regards,
Henri
--
"People die."
--The Cynic's Book of Wisdom
2000 Jan 11
1
openssh 1.2.1. pre25 and X11 forward
Hello,
I moved my ssh servers to openssh and installed:
openssh-1.2.1pre25 via .rpm
My problem is that X11 forwarding doesn't work.
-/etc/ssh/sshd_config
X11Forwarding yes
X11DisplayOffset 10
I start sshd with defaul port and can connect to the server
and then:
$ xosview
X11 connection rejected because of wrong authentication.
X connection to servername.de:10.0 broken (explicit kill or
2000 Feb 17
2
Idle time out
Hi, I don't know if this is the approriate place to post it. But it
really annoying me. My ssh connection times out every 10 minutes or so and
I want it to keep open for like 3 hours so that I don't have to relogin.
However, I cannot find an option to change this!! In the Secure SSH we
have a option called IdelTimeout to deal with this but OpenSSH seems to
totally ignore this option.
Can
2000 Mar 02
2
Is it securely: `hostname`:10 ?
Hello,
I am using OpenSSH 1.2.1 on Solaris 2.6.
I am using X forwarding intensively. During work OpenSSH creates
display like `hostname`:10. Is it securely?? Why not 127.0.0.1:10 or
localhost:10 ?
Best regards
Sergey Khorev.
2000 Mar 15
3
scp problem
On the box moni, I have
rpm -q openssh
openssh-1.2.1pre25-1us
on the box karadi, I have
rpm -q openssh
openssh-1.2.3pre2-2
On moni, I do/get:
scp "wierdlm at karadi:11Lecture/lecture.tex" .
wierdlm at karadi.msci.memphis.edu's password:
bash: scp: command not found
What can be wrong? Do I have to specify the remote path to scp? (It
is in $PATH for wierdlm at
2000 Feb 14
3
Binding ssh to priviledged port breaks rule (port < 1024 => system service)
I'm sure there is a rationale for binding the ssh client to a
priviledged port. (Which?)
However there are several drawbacks to this:
o It breaks firewall rules that assume that user connections start at
port > 1024 or > 32768.
o It breaks monitoring software using the same assumptions.
o Every suid program is a separate evil (caused by the flawed security
model in most unices).
I
2000 Jan 14
1
forum to discuss problems
Please tell me where I can ask questions on ssh's use.
I installed openssh on two Linux boxes, one is RedHat 6.0 the other is
RedHat 6.1. I used the rpms at
ftp://thermo.stat.ncsu.edu/pub/openssh-usa/
I used the us versions, and I touched no config files whatsoever.
>From one machine, I have no problems connecting to the other machine,
but does not work the other way around.
Here are
2000 Oct 30
7
Source RPM please
Hi,
I''m a long ext3 user (rpmfind.net). I propagated ext3 on some of our
server box (W3C webservers are ext3 based too now).
I might be tempted of testing out your kernel RPMs but unavailability
or the source RPM and the SMP version are definite showstoppers. Please
provide them. In the meantime I will stick to my own set of kernel ext3
RPMs at ftp://rpmfind.net/pub/veillard/ext3/
2000 Mar 30
3
Password and RH 6.1
Jim Knobel said:
>Paul, i think you misunderstand. The OpenSSH RPMs are not provided by
>Red Hat. They're built by Damien Miller (who also coordinates the
>non-BSD port of OpenSSH) and are available in the same location you
>downloaded the OpenSSH source from.
I just figured this out. I apologize, I am new to Red Hat and I
just don't think to grab an RPM when I need to
2000 Oct 25
3
having some trouble using another user's RSA/DSA keys
Debian GNU/Linux 2.2 (potato), openssh-2.2.0p1
Configured with: --prefix=/usr/local/openssh --enable-gnome-askpass
--with-tcp-wrappers --with-ipv4-default --with-ipaddr-display
My goal here is to, as root, forward a local privileged port over an
ssh tunnel to another host using a normal user's login, i.e.:
root:# ssh -2 -l jamesb -i ~jamesb/.ssh/id_dsa -L 26:localhost:25 remotehost
So far,
2000 Mar 13
4
ssh works only as root
On my solaris 2.6 box, I get
ssh moni
ld.so.1: ssh: fatal: libz.so: open failed: No such file or directory
Killed
while as root, I have no problem. Note that
echo $LD_LIBRARY_PATH
/space/local/lib:/usr/local/lib:/usr/openwin/lib:/usr/lib:/opt/x11r5/lib
ls -l /space/local/lib/libz.*
-rwxr-xr-x 1 wierdlm faculty 70488 Mar 10 17:26 /space/local/lib/libz.a
-rwxr-xr-x 1 bin bin
2000 Mar 13
4
A few more Solaris 7 bugs in 1.2.3pre2
These are all in the port of 1.2.3pre2:
- configure accepts --includedir, but doesn't seem to pass it on to the
Makefile. You have to edit the Makefile manually if you have include files
anywhere but /usr/include. Which is a problem because...
- The Makefile doesn't include /usr/local/include by default, which is where
zlib installs itself by default. Probably oughta be in there.
2001 Jan 29
2
list address
Hi,
I must have missed something; it seems that all messages sent to the
ssh list get forwarded to the openssh list.
Thx
Mate
--
---
Mate Wierdl | Dept. of Math. Sciences | University of Memphis
2001 Mar 21
2
Challenge response authentication and PAM
As an experiment I set up Challenge/response authentication on a Linux
system with PAM using a pam_opie module (this module works fine with
console logins and su).
I can log into the box using the opie password, *but* it does not give
me the challenge - which can make things a little tricky :-)
I can well believe this might be a fault in the PAM pam_opie module I
am using, so has anyone got
2000 Mar 07
2
rsaref usage
First, when I tried to start sshd, I got the message
Starting sshd: ssh-keygen: no RSA support in libssl and libcrypto.
See ssl(8).
sshd: no RSA support in libssl and libcrypto -- exiting. See ssl(8)
no RSA support in libssl and libcrypto -- exiting. See ssl(8)
So I thought I have to recompile openssl with rsaref flag to config.
When I did that, I got compilation error (this is version 0.9.5
2001 Mar 06
4
Ext3 step by step installation procedure
Hello!
I'm using i868 (Pentium III) machine running Windows 2000 and running Linux,
installed on dedicated partition, in parallel via VMWare. Linux config is
RedHat 7.0 (kernel )
As I'm pretty new to Linux, I'd like to know exact procedure how to install
ext3 filesystem support (also which packages do I need). My kernel config is
as follows:
kernel-headers-2.2.14-5.0
2001 Mar 28
1
converting /usr partition
Hi,
I just started testing ext3 and perhaps I missed some docs explaining
how to convert system partition other than /, like /usr for example .
As I have 2 Linux versions on my test machine, I managed to convert /usr
by entering the
mount -o journal=NNN
command from the second OS, but I don't like it.
Any suggestions or docs to look at?
Thanks in advance
Vieri