Displaying 20 results from an estimated 10000 matches similar to: "SSH using the login binary"
2000 Sep 13
2
Can't connect to server using protocol v2?
Is this really caused by a buggy server, or is this an interoperability
problem? It seems to work ok when I specify -o "protocol 1" on the command
line. Thanks,
Greg
[gleblanc at grego1 gleblanc]$ ssh -v login.metalab.unc.edu
SSH Version OpenSSH_2.2.0p1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).
debug: Reading configuration data /etc/ssh/ssh_config
debug: Applying
2002 Feb 28
4
UseLogin under AIX 4.3.3
Hi,
If I enable "UseLogin" under AIX, I get the following message upon
login:
/dev/pts/2: 3004-004 You must "exec" login from the lowest login
shell.
The manpage states:
"In order to preserve the integrity of the system, only one session at a
time is
allowed to be logged in to a port. This means that the login command
entered
from the shell prompt cannot succeed,
2000 Apr 19
2
ssh and chroot...
I have a RedHat 6.0 x86 server which is serving a number of minor things, which I wish to add shell access to.
I'm currently running sshd and am quite happy with it, the exceptiong being that I am unable to make sshd perform a chroot for shell account users.
I have been reading man pages and howto's, many of which discuss sshd or chroot, but never the two together.
Is this not an
2000 Oct 13
2
Cipher 'none'
By making a one-line change it is possible to enable the cipher 'none'
in openssh. But you still have to ask for it explicitly, either by
adding it to /etc/ssh/ssh_config or by giving the '-c none' option to
ssh.
I think that this 'feature' should be turned back on, because for slow
machines or large file transfers, using encryption slows things down a
lot. This means
2001 Nov 04
4
Slow connection performance with ssh2
Hi,
since I switched from SSH 1 to OpenSSH 2.9p2/2.9.9p2/3.0p1 Snapshot I suffer from
awfully slow connection performance. Once the connection is established, performance
is perfectly ok.
Client Server (protocol 2 only)
# time ssh -p 22222 xx id # time sshd -d -p 22222
real 0m13.340s real 0m13.900s
user 0m7.860s
2000 Aug 23
14
Test snapshot
I have just tarred up a snapshot and uploaded it to:
http://www.mindrot.org/misc/openssh/openssh-SNAP-20000823.tar.gz
The snapshot incorporates the last month's fixes and enhancements from
the openssh-unix-dev mailing list and from the OpenBSD developers.
In particular:
- ssh-agent and ssh-add now handle DSA keys. NB. this does not interop
with ssh.com's ssh-agent. (Markus Friedl)
2006 Apr 11
3
fun/flamebait: Java Web Devel Stacks
I''ll pose a question partly for fun, partly out of interest to see
what everyone else is doing to survive the pain of the day job. It''s
for the professional J2EE developer converts out there.
Let''s say someone hired you to write a Basecamp clone, but it has to
be done in Java, say on the Tomcat or JBoss platform. What does your
stack look like now that you''ve
2018 Jan 16
3
SSH with User in Member Domain
Uhum, i tested with ssh:
ssh XXX at FILESERVER
journalctl -f
Jan 16 18:28:42 HOSTNAME sshd[2250]: pam_unix(sshd:auth):
authentication failure; logname= uid=0 euid=0 tty=ssh ruser=
rhost=IP-SOURCE user=XXXXX
Jan 16 18:28:43 HOSTNAME sshd[2250]: Failed password for XXXX from
IP-SOURCE port 39896 ssh2
Regards;
On 16-01-2018 18:25, Rowland Penny via samba wrote:
> On Tue, 16 Jan
2008 Oct 16
2
5.1p on RHEL 3 and password expiration
[ Sorry for the length of this; I felt it better to provide potentially
too much info, rather than not enough. I've probably missed something
that's important, though! ]
I have an odd problem with 5.1p on RHEL3 if "UsePAM yes" and
"UsePrivilegeSeparation no" is set. The code detects that the user
password is aged (according to shadow) but then fails to let me
2002 Jun 28
2
auto login and logout
I am a test engineer, testing SSH server implementation of SSH into one of
our switches.
How can I automate the login and logout of an SSH client from the command
line?
I have in a script file the following, but I get prompted for the password.
How can I automate the password and the exit.
ssh2 -l $1 $2 (ssh2 -l <username> <host ip>)
Theresa C. Karpowicz
Software
2000 Aug 07
2
smbmount shares not lasting
I've got a machine running RedHat Linux 6.2 on a P-II400 with 256MB of ram.
I'm mounting shares in the manner 'mount -t smbfs -o uid=user,gid=group
//server/share /mount/point'. The server is a genuine NT 4 server, with SP5
and a couple of hotfixes. I mounted a couple of shares yesterday, and
overnight the stopped working. When accessing the share, I get an error
message that
2000 Sep 16
15
Snapshot
Quite a few changes here, please test.
http://www.mindrot.org/misc/openssh/openssh-SNAP-20000916.tar.gz
-d
20000916
- (djm) New SuSE spec from Corinna Vinschen <corinna at vinschen.de>
- (djm) Update CygWin support from Corinna Vinschen <vinschen at cygnus.com>
- (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
Patch from Larry Jones <larry.jones at
2000 Jun 09
2
OpenSSH's UseLogin option allows remote access with root privilege.
OpenSSH's UseLogin option allows remote access with root privilege.
1. Systems affected:
The default installation of OpenSSH is not vulnerable, since
UseLogin defaults to 'no'. However, if UseLogin is enabled,
all versions of OpenSSH prior to 2.1.1 are affected.
2. Description:
If the UseLogin option is enabled the OpenSSH server (sshd)
2003 Dec 16
11
[Bug 774] banner is displaying twice (/etc/issue)
http://bugzilla.mindrot.org/show_bug.cgi?id=774
Summary: banner is displaying twice (/etc/issue)
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: All
OS/Version: Solaris
Status: NEW
Severity: security
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2003 Oct 05
2
OpenSSH Authentication on Solaris w/ NIS+ Problem
Hello,
I am having a very aggrivating problem, and I will try and provide all of the necessary information. I have openssh-3.7.1p2 with openssl-0.9.6k installed on Solaris 8. Here is what I've been able to determine so far:
1. Local account authentication works fine (non-NIS+).
1a. NIS+ is running at security level 2
2. Telnet authentication works fine.
2a. When I use the SSH client,
2001 May 25
3
Problem with OpenSSH with UseLogin.. AGAIN!!!
Hello,
By the 26th of May I will have been waiting for response for 17 days.
I have posted this mail at 9 May 2001 20:38:58 and still this bug is not
fixed and AFAIK no one have answered to this mail. I have to ask: why? ;-)
---------- My OLD message ----------
Hello,
I have just discoverd that ssh -T does not work with servers which have
UseLogin option enabled. This happends becouse
2006 Jan 20
1
openssh-4.2p1 + Pam question !
Hi there !
I have an issue with my OpenSSH + PAM configuration on a RedHat Advanced server 2..1
I want to authenticate users connecting to a server using ssh against a radius server. The radius client/server part works ok when I test it with some utilities.
I think I have a problem with my ssh which does not pass the username/password to my pam sshd module.
I have upgraded to openssh-4.2p1.
2001 Feb 19
2
Bug in 2.3.0p1 when using UseLogin
Hello,
I tried UseLogin, because ssh does not seem to propagate the tty
controlling characters from the local to the remote tty and the login(1)
on my system offers a config file to set them. Unfortunately, when using
UseLogin, sshd does not run xauth. I can only guess that it does so,
because it would have to drop privileges for doing so, but that makes
UseLogin about useless.
I am not
2002 Jul 23
2
Irix UseLogin wtmp/utmp bug
I am using the "UseLogin yes" configuration parameter to call the
/usr/bin/login program on SGI Irix, (we are using Irix version
6.5.13). I do this because the SGI login program is AFS awhere and
checks out a token for you and I do not want to compile the Kerberos
version of sshd, (it is to messy for me to support).
Everything seems to work fine accept the wtmp(x) and utmp(x) files do
2003 Jul 11
3
Login.Access
Login seems to be ignoring my /etc/login.access settings.
I have the following entries (see below) in my login.access, yet any new
user (not in the wheel group) is still allowed to login. What am I missing?
# $FreeBSD: src/etc/login.access,v 1.3 1999/08/27 23:23:42 peter Exp $
#
-:ALL EXCEPT wheel:console
-:ALL EXCEPT wheel:ALL
Thanks,
--
Scott Gerhardt, P.Geo.
Gerhardt Information