Displaying 20 results from an estimated 2000 matches similar to: "No subject"
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 Mar 29
1
OpenSSH-1.2.3: return of ulimit problem
The ulimit problem appears to have reared its head again with
openssh-1.2.3, under Red Hat Linux 6.1 (kernel-2.2.12, glibc-2.1.2,
egcs-1.1.2, openssl-0.9.5, pam-0.68, pwdb-0.60):
$ telnet localhost 22
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
SSH-1.5-OpenSSH-1.2.3
^]
telnet> quit
Connection closed.
$ ssh localhost
Last login: Wed Mar 29
2000 Mar 16
2
default-path
I now specified
--with-default-path=/space/local/bin
but when I log in to the system, I get
ssh wierdlm at karadi
wierdlm at karadi.msci.memphis.edu's password:
Warning: Remote host denied X11 forwarding.
Last login: Thu Mar 16 12:28:52 2000 from wierdlmpc.msci.m
Sun Microsystems Inc. SunOS 5.6 Generic August 1997
bash: stty: command not found
bash: stty: command not found
bash:
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 Jan 26
3
Open display error
Hi,
I get this message on the latest Debian potato for i386.
--> ssh -f localhost xterm
sb at localhost's password:
--> xterm Xt error: Can't open display:
That happens also when connecting to another linux box:
--> ssh -f box2 /usr/X11R6/bin/xterm
--> /usr/X11R6/bin/xterm Xt error: Can't open display:
The $DISPLAY is
:0.0 for box1
undefined for box2 after
2000 Feb 24
1
A problem with PATH in sshd.c
Dear Sirs,
on my Linux (distribution Slackware 3.9), I have installed the
``openssh-1.2.2.tar.gz'' package into the /usr/local/bin directory.
In the ``sshd.c'' file, the PATH variable is set up:
child_set_env(&env, &envsize, "PATH", _PATH_STDPATH);
(line no. 2405). I am unable to connect to my machine using scp.
_PATH_STDPATH is
2000 Jan 27
1
ANNOUNCE: openssh-1.2.2
It gives me no little pleasure to announce the first stable release
of the Unix port of OpenSSH.
It is available in tar.gz and RPM format from one of the mirrors
listed at:
http://violet.ibs.com.au/openssh/files/MIRRORS.html
This release fixes all known issues and is known to compile and
function on (at least) recent releases on Linux, Solaris, HPUX and SCO
Unixware.
Please review the
2000 Jan 27
1
ANNOUNCE: openssh-1.2.2
It gives me no little pleasure to announce the first stable release
of the Unix port of OpenSSH.
It is available in tar.gz and RPM format from one of the mirrors
listed at:
http://violet.ibs.com.au/openssh/files/MIRRORS.html
This release fixes all known issues and is known to compile and
function on (at least) recent releases on Linux, Solaris, HPUX and SCO
Unixware.
Please review the
2000 Mar 03
1
small bug in ssh-copy-id
Hi,
I'm using Debian with OpenSSH (Deb)Version: 1:1.2.2-1.3 .
Debian uses ssh-agent to start window manager.
Trying to use ssh-copy-id without using ssh-add
ends up with string 'The agent has no identities.' landing
in remote `/.ssh/authorized_keys.
--
piotr pogorzelski
2000 Mar 31
1
OpenSSH's ssh daemon and X11 event forwarding
I just installed OpenSSH under Solaris 7. It seems to work. However,
when I connect to it using a PC running F-Secure SSH, I notice that the
DISPLAY variable is not set, as it is when I use the same PC software to
connect to other systems supporting SSH. How do I know whether or not
tunneling of X windows traffic through ssh is happening or not? Is
there anything special you have to do to get
2000 Jan 13
2
sshd doesn't set SSH_AUTH_RHOSTS as supported authentication
Okay...I've got it narrowed down, just don't know why this is happening...
In sshd.c, auth_mask is set to "supported authentication methods":
/* Declare supported authentication types. */
auth_mask = 0;
if (options.rhosts_authentication)
auth_mask |= 1 << SSH_AUTH_RHOSTS;
if (options.rhosts_rsa_authentication)
1999 Dec 26
2
Disabling logging during pam_authenticate
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Is there any way to disable logging of failures during
pam_authenticate?
I ask because OpenSSH is currently generating an extra "authentication
failure..." message at each login.
The problem is that OpenSSH likes to try a blank password attempting
any other authentication. This is a shortcut for anonymous SSH servers
(e.g. OpenBSD's
2000 Jan 07
2
IPv6 support in OpenBSD CVS
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
A couple of days ago, Markus Friedl merged IPv6 support into the
OpenBSD CVS tree. This is a welcome addition, but it presents a few
potential problems for the port.
The main problem is the lack IPv6 support in most Unices. OpenBSD has
it, as do recent versions of NetBSD (presumably), Solaris and Linux
but others may not.
This could be worked
2000 Jan 12
2
Mostly good news on the NeXT front.
I'll be able to test on next 4.2 after the initial 3.3 port.
I have a vsnprintf/snprintf that compiles (works?) on NeXT. Not sure how
portable nor if it truely solves the security issue (it's from the
comp.sys.next.programmer fokes). Plus NeXT 3.3 (not sure about 4.2 yet)
lacks a putenv(). I found one that compiles cleanly from the GNU libc
fokes. Which brings up licensing issues.
2000 Mar 28
1
openssh X11Forwarding problem solution
Hi!
Several people noticed problems with openssh Version 1.2.2 through 1.2.3
related to X11 forwarding under Linux. For example:
Magnus Holmberg <pucko at lysator.liu.se> wrote:
> I have just installed openssh-1.2.2p1-1
> on two of my machines and I have one problem.
>
> I have
> X11Forwarding yes
> in my /etc/ssh/sshd_config
>
> but when I try to ssh to that
2000 Jan 16
3
PAM config file installation
This might have been covered before and I've missed it. If so, sorry in
advance.
The file sshd.pam.generic didn't work for me on Linux RH6, I guess it's
a Solaris file. Instead I copied the file /etc/pam.d/rlogin to
/etc/pam.d/sshd . I wonder if this isn't a good way to go about things
anyway, have an install target that does just that?
Perhaps the rsh file is more appropriate
2000 Apr 09
2
Password Login Failing... (Not sure this went through)
Appologise if this did make it to the list but I just subscribed and
didn't see it come back...
I am attmepting to install ssh/sshd on my RH6.1 Intel Box. Everything
seems to be working (not quite smooth sailing - I had to resort to
precompiled RPM for OpenSSL). I did however get it "working." I
generated a host key as root and then changed back to joe-user. I created
a key for
1999 Dec 30
4
ANNOUNCE: openssh-1.2.1pre23
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
openssh-1.2.1pre23 is available on:
http://violet.ibs.com.au/openssh/files/
Highlights of this release:
- - A cleanup of the PAM code (it now lives in auth-pam.[ch]). This
also fixes a bug where sshd was ignoring a "PermitRootLogin
without-password" directive.
- - David Randkin's SOCKS support using the Dante libraries. I have not
1999 Dec 30
4
ANNOUNCE: openssh-1.2.1pre23
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
openssh-1.2.1pre23 is available on:
http://violet.ibs.com.au/openssh/files/
Highlights of this release:
- - A cleanup of the PAM code (it now lives in auth-pam.[ch]). This
also fixes a bug where sshd was ignoring a "PermitRootLogin
without-password" directive.
- - David Randkin's SOCKS support using the Dante libraries. I have not
2009 Jan 22
8
[Bug 1550] New: Move from 3DES to AES-256 for private key encryption
https://bugzilla.mindrot.org/show_bug.cgi?id=1550
Summary: Move from 3DES to AES-256 for private key encryption
Product: Portable OpenSSH
Version: 5.1p1
Platform: All
OS/Version: All
Status: NEW
Keywords: patch
Severity: enhancement
Priority: P2
Component: ssh-keygen
AssignedTo: