Displaying 20 results from an estimated 2000 matches similar to: "Binding ssh to priviledged port breaks rule (port < 1024 => system service)"
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 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 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 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 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 06
2
spec file
I have looked into the spec file for the openssh rpm.
In the %preun stanza, I noticed that the currently running sshd is
stopped only when removing the package. On the other hand, it is
theoretically possible that a new version of openssh may install files
which would make the old sshd misbehave.
So I think, it is better to stop sshd every time the package is
upgraded.
Also, the %post stanza
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 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 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
2016 Aug 20
3
running CGI scripts with SELinux=ENFORCING with priviledged commands ...
Hello,
how could it be achieved to run
e.g.
shutdown -h now
from a CGI script on a system where SELinux is set to ENFORCING?
Thanks
Walter
2000 Jun 27
1
DSA Auth Key Support
This appears to be rather poorly supported compared to the rsa key
equivalent...
The man page implies that ~/.ssh/authorized_keys &
~/.ssh/authorized_keys2 are similar format. In fact the code will only
read DSA keys from the ~/.ssh/authorized_keys2 file - the options
entries are not supported, and putting options in causes key
recognition to fail.
I guess ideally the key reader needs
1999 Nov 29
1
ssh/openssh and X authentication
I've currently got a couple of boxes which obtain their IP address via
DHCP, and as a consequence do not have a mapping in /etc/hosts for
their own IP/name... but helpfully (!) they have their name mapping to
127.0.0.1
This breaks X authentication... - openssh (and also ssh) makes an
apparently valid xauth entry, but all attempts to start clients gives
"X11 connection rejected
2001 Oct 09
2
crash on priviledged instruction
Hello,
is it possible to make a work around for the crash ? The crashing program
is the installer of the T-Online software (CD from 29.04.1999).
Tsch?? Stefan
-------------- next part --------------
08243b48:Call KERNEL.49: GETMODULEFILENAME(0x09c6,09c7:89da,0x0104) ret=060f:10ae ds=09c7
08243b48:Ret KERNEL.49: GETMODULEFILENAME() retval=0x000f ret=060f:10ae ds=09c7
08243b48:Call KERNEL.127:
2009 May 09
2
need help with chisq
I am very new to R. I have some data from a CVS stored in vdata with 4
columns labeled:
X08, Y08, X09, Y09.
I have created two new "columns" like so:
Z08 <- (vdata$X08-vdata$Y08)
Z09 <- (vdata$X09-vdata$Y09)
I would like to use chisq.test for each "row" and output the p-value
for each in a stored variable. I don't know how to do it. Can you
help?
so far I have
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
2001 Sep 12
3
Distinct transactions (MV vs rename())?
I have a question regarding a thread in June called "Distinct
transactions", which I have included below. It seems to me that the
solution is not atomic for daemons opening the file as there is a moment
where the filename is not in the directory (i.e. unlink then link).
In summary, poster Charlie Woloszynski wanted to update a configuration
file in a safe manner (i.e. as a
2018 Sep 17
11
[patch V2 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
Matt attempted to add CLOCK_TAI support to the VDSO clock_gettime()
implementation, which extended the clockid switch case and added yet
another slightly different copy of the same code.
Especially the extended switch case is problematic as the compiler tends to
generate a jump table which then requires to use retpolines. If jump tables
are disabled it adds yet another conditional to the existing
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