[osol-discuss] ssh coredumps when used with vnc on b134

2010-05-19 Thread solarg
hello all, on my laptop, os20xx.xx b134, i'm using vncviewer thru ssh like this: vncviewer -shared -passwd passwd -via MY_SERVER the MY_SERVER is a solaris 10 machine, running vncserver (from SUNWxvnc). Examning the core file: he...@tara:~$ pstack core core 'core' of 7397: /usr/bin/ssh -f -L 559

Re: [osol-discuss] SSH

2010-02-25 Thread Gavin Gore
FINSHED Thank you for your support guys, I think my hosts file may have been corrupt! I had disabled reverse mapping but it is obviously somehow still working as i renamed my current /etc/hosts file to /etc/lmhosts and wrote a new /etc/hosts file Now everything is working perfect again!! W

Re: [osol-discuss] SSH

2010-02-25 Thread Gavin Gore
A valid point, But I have tried editing /etc/ssh2/sshd2_config so it say's RequireReverseMappingno and UseDNS no also I get the same issue when trying to connect to r...@149.254.0.60 judging by this "debug: Ssh2Common/sshcommon.c:497: local ip = 172.26.235.138, local port = 36662

Re: [osol-discuss] SSH

2010-02-25 Thread Edward Ned Harvey
> Can anyone tell me what the hell "SshReadLine/sshreadline.c:2336: > Initializing ReadLine..." is and why is it taking so long for a > response?? > > When I ssh from one machine, (which used to respond quickly) I get a > minute/2minute wait before I get a login prompt! I don't know about that er

Re: [osol-discuss] SSH

2010-02-25 Thread Gavin Gore
Sorry guys I thought i was just posting on a forum and somebody might recognise the issue an be able to help, the box no longer has a support contract. I'm using "ssh2: Reflection for Secure IT 6.1.0.16 on sparc-sun-solaris2.7 (32-bit)" And "SunOS flint 5.7 Generic_106541-11 sun4u sparcSUNW,Ultr

Re: [osol-discuss] SSH

2010-02-25 Thread Brian Ruthven - Sun UK
Which OS is this? It's presumably not opensolaris (or perhaps a really old release) given the version of bash. It's also not Sun's SSH client nor server. You may be on your own here. If this is Solaris 8 thu 10 and you are using Sun's ssh client, then please log a support call through your co

Re: [osol-discuss] SSH

2010-02-25 Thread Paul van der Zwan
On 25 feb 2010, at 11:43, Gavin Gore wrote: > Can anyone tell me what the hell "SshReadLine/sshreadline.c:2336: > Initializing ReadLine..." is and why is it taking so long for a response?? > > When I ssh from one machine, (which used to respond quickly) I get a > minute/2minute wait before I g

[osol-discuss] SSH

2010-02-25 Thread Gavin Gore
Can anyone tell me what the hell "SshReadLine/sshreadline.c:2336: Initializing ReadLine..." is and why is it taking so long for a response?? When I ssh from one machine, (which used to respond quickly) I get a minute/2minute wait before I get a login prompt! When I do ssh -vvv r...@flint I get;

Re: [osol-discuss] ssh root logins have quit working

2009-10-14 Thread Alex Smith (K4RNT)
I believe that you can no longer log in as root - you can use privilege escalation through pfexec for that or su once you login. Root logins are too insecure. On Wed, Oct 14, 2009 at 16:33, Harry Putnam wrote: > I've enabled remote root logins long ago.. and have had no problems > with it... but

[osol-discuss] ssh root logins have quit working

2009-10-14 Thread Harry Putnam
I've enabled remote root logins long ago.. and have had no problems with it... but today... I started getting this message: Received disconnect from 192.168.0.29: 2: Too many authentication failures for root Even when it is the absolute first attempt. I was't able to discern where this messa

Re: [osol-discuss] ssh-agent broken on dev 123?

2009-10-01 Thread Brian Ruthven - Sun UK
This looks like CR 6878610 - http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6878610 Introduced in b122, fixed in b124. Regards, Brian Jan Hnatek wrote: Hi all, when using ssh-agent on Osol dev 123, I'm getting: $ LC_ALL=C ssh-agent ssh Error writing to authentication socket. ..

Re: [osol-discuss] ssh-agent broken on dev 123?

2009-10-01 Thread Jan Hnatek
Ok, thanks for the quick response! hnhn Jan Pechanec wrote: http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6878610 fixed in 124. J. -- Jan Hnatek jan.hna...@sun.com ___ opensolaris-discuss mailing list opensolaris-discuss@open

Re: [osol-discuss] ssh-agent broken on dev 123?

2009-10-01 Thread Jan Pechanec
On Thu, 1 Oct 2009, Jan Hnatek wrote: > Hi all, > > when using ssh-agent on Osol dev 123, I'm getting: > $ LC_ALL=C ssh-agent ssh > Error writing to authentication socket. > ... > > I haven't seen this on earlier builds, any idea > what might be wrong here? http://bugs.opensolaris.org/bugdatabas

[osol-discuss] ssh-agent broken on dev 123?

2009-10-01 Thread Jan Hnatek
Hi all, when using ssh-agent on Osol dev 123, I'm getting: $ LC_ALL=C ssh-agent ssh Error writing to authentication socket. ... I haven't seen this on earlier builds, any idea what might be wrong here? Thanks, hnhn -- Jan Hnatek jan.hna...@sun.com

Re: [osol-discuss] SSH with public keys not working (not recognizing the key file)?

2009-09-24 Thread Jonathan C. Bailey
sage - From: "Jonathan C. Bailey" To: opensolaris-discuss@opensolaris.org Sent: Wednesday, September 23, 2009 10:42:14 PM GMT -06:00 US/Canada Central Subject: Re: [osol-discuss] SSH with public keys not working (not recognizing the key file)? Hmmm... Figured that... BTW, I tried the same k

Re: [osol-discuss] SSH with public keys not working (not recognizing the key file)?

2009-09-23 Thread Jonathan C. Bailey
To: "Jonathan C. Bailey" Cc: opensolaris-discuss@opensolaris.org Sent: Wednesday, September 23, 2009 8:39:07 PM GMT -05:00 Colombia Subject: Re: [osol-discuss] SSH with public keys not working (not recognizing the key file)? On Wed, Sep 23, 2009 at 8:31 PM, Jonathan C. Bailey wrote

Re: [osol-discuss] SSH with public keys not working (not recognizing the key file)?

2009-09-23 Thread Mike Gerdts
o a real user and added the 'PermitRootLogin yes' > line to sshd_config. > > -Jon > > - Original Message - > From: "Mike Gerdts" > To: "Jonathan C. Bailey" > Sent: Wednesday, September 23, 2009 8:25:20 PM GMT -05:00 Colombia > Su

Re: [osol-discuss] SSH with public keys not working (not recognizing the key file)?

2009-09-23 Thread Jonathan C. Bailey
works. BTW, I *did* turn root into a real user and added the 'PermitRootLogin yes' line to sshd_config. -Jon - Original Message - From: "Mike Gerdts" To: "Jonathan C. Bailey" Sent: Wednesday, September 23, 2009 8:25:20 PM GMT -05:00 Colombia Subject: Re: [o

Re: [osol-discuss] SSH with public keys not working (not recognizing the key file)?

2009-09-23 Thread Mike Gerdts
On Wed, Sep 23, 2009 at 6:31 PM, Jonathan C. Bailey wrote: > Everything is on one line.. Actually, the authorized_keys file was copied > (working) from an Ubuntu 8.04 system.. Here's an example below. I've removed > the actual key text in this case to shorten up the line (but everything *is* >

Re: [osol-discuss] SSH with public keys not working (not recognizing the key file)?

2009-09-23 Thread Jonathan C. Bailey
c ntso" ssh-rsa KEY_TEXT rsyncbac...@ntso -Jon - Original Message - From: "Jan Pechanec" To: "Jonathan C. Bailey" Cc: "opensolaris-discuss" Sent: Wednesday, September 23, 2009 4:47:51 PM GMT -05:00 Colombia Subject: Re: [osol-discuss] SSH with public key

Re: [osol-discuss] SSH with public keys not working (not recognizing the key file)?

2009-09-23 Thread Jan Pechanec
On Wed, 23 Sep 2009, Jonathan C. Bailey wrote: >I seem to be having an issue with SSH from a Linux box to an OpenSolaris >2009.06 box. For some reason, the SSHd in OpenSolaris doesn't like my >authorized_keys file. Any idea as to why? It seems to be choking on the >command="" line. Any ideas? >

Re: [osol-discuss] SSH with public keys not working (not recognizing the key file)?

2009-09-23 Thread Joseph Mocker
My guess is that you have keys that span multiple lines. sshd likes to see a single long line for each key in authorized keys, including any options like command or no-pty. --joe Jonathan C. Bailey wrote: I seem to be having an issue with SSH from a Linux box to an OpenSolaris 2009.06 box. F

[osol-discuss] SSH with public keys not working (not recognizing the key file)?

2009-09-23 Thread Jonathan C. Bailey
I seem to be having an issue with SSH from a Linux box to an OpenSolaris 2009.06 box. For some reason, the SSHd in OpenSolaris doesn't like my authorized_keys file. Any idea as to why? It seems to be choking on the command="" line. Any ideas? debug2: key_type_from_name: unknown key type 'comm

Re: [osol-discuss] ssh not picking up new project

2009-09-22 Thread Kicklighter, Nathan CTR USAF AMC AMC/A6IM
-Original Message- From: Mike Gerdts [mailto:mger...@gmail.com] Sent: Tuesday, September 22, 2009 8:34 AM To: Kicklighter, Nathan CTR USAF AMC AMC/A6IM Cc: opensolaris-discuss@opensolaris.org Subject: Re: [osol-discuss] ssh not picking up new project On Tue, Sep 22, 2009 at 8:27 AM, Kicklighter

Re: [osol-discuss] ssh not picking up new project

2009-09-22 Thread Kicklighter, Nathan CTR USAF AMC AMC/A6IM
-Original Message- From: Mike Gerdts [mailto:mger...@gmail.com] Sent: Monday, September 21, 2009 5:45 PM To: Kicklighter, Nathan CTR USAF AMC AMC/A6IM; opensolaris-discuss@opensolaris.org Subject: Re: [osol-discuss] ssh not picking up new project On Mon, Sep 21, 2009 at 4:24 PM, Kicklighter

Re: [osol-discuss] ssh not picking up new project

2009-09-22 Thread Mike Gerdts
gt; //SIGNED// > Nathan Kicklighter, Contractor, AMC/A6IM > DSN 576-4229 Comm (618) 256-2249 > > > -Original Message- > From: Mike Gerdts [mailto:mger...@gmail.com] > Sent: Monday, September 21, 2009 5:45 PM > To: Kicklighter, Nathan CTR USAF AMC AMC/A6IM; > opensolaris-di

Re: [osol-discuss] ssh not picking up new project

2009-09-21 Thread Kicklighter, Nathan CTR USAF AMC AMC/A6IM
: Kicklighter, Nathan CTR USAF AMC AMC/A6IM Cc: opensolaris-discuss@opensolaris.org Subject: Re: [osol-discuss] ssh not picking up new project On Mon, Sep 21, 2009 at 3:30 PM, camps support wrote: > We have created a new project for oracle 10g to grab some much needed memory settings. > > I

Re: [osol-discuss] ssh not picking up new project

2009-09-21 Thread Mike Gerdts
On Mon, Sep 21, 2009 at 4:24 PM, Kicklighter, Nathan CTR USAF AMC AMC/A6IM wrote: > Sorry about that: > > sshd    auth    required        pam_unix_auth.so.1 > sshd    account required        pam_unix_auth.so.1 > sshd    password required       pam_unix_auth.so.1 Some time back there was a re-whac

Re: [osol-discuss] ssh not picking up new project

2009-09-21 Thread Mike Gerdts
On Mon, Sep 21, 2009 at 3:30 PM, camps support wrote: > We have created a new project for oracle 10g to grab some much needed memory > settings. > > If I su to oracle. Is this "su" or "su -"? > > id -p > uid=1001(oracle) gid=70(oinstall) projid=100(user.oracle) > > When I ssh to the server usin

[osol-discuss] ssh not picking up new project

2009-09-21 Thread camps support
We have created a new project for oracle 10g to grab some much needed memory settings. If I su to oracle. id -p uid=1001(oracle) gid=70(oinstall) projid=100(user.oracle) When I ssh to the server using oracle. id -p uid=1001(oracle) gid=70(oinstall) projid=0(system) This is resulting in my db

[osol-discuss] ssh sessions hang under vmware?

2009-09-02 Thread thomas
When running opensolaris as a guest under vmware workstation, I constantly have a problem with ssh sessions hanging/disconnecting. These are sessions from the workstation logging into the OS guest. It doesn't seem to be any sort of idle timeout as it can happen after 2 min of being idle or 24 ho

Re: [osol-discuss] ssh issue with b118

2009-08-07 Thread Jan Pechanec
On Tue, 14 Jul 2009, Rob McMahon wrote: > On 14/07/2009 14:56, Brian Ruthven - Solaris Network Sustaining - Sun UK > wrote: >> This sounds like bug 6853997 - see >> http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6853997 >> >> Try the workaround. >> If so, it's fixed in build 119. >> >

Re: [osol-discuss] ssh issue with b118

2009-07-14 Thread Rob McMahon
On 14/07/2009 14:56, Brian Ruthven - Solaris Network Sustaining - Sun UK wrote: This sounds like bug 6853997 - see http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6853997 Try the workaround. If so, it's fixed in build 119. Brian The workaround ssh -Xf -o HostKeyAlias=hostname hos

Re: [osol-discuss] ssh issue with b118

2009-07-14 Thread Brian Ruthven - Solaris Network Sustaining - Sun UK
This sounds like bug 6853997 - see http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6853997 Try the workaround. If so, it's fixed in build 119. Brian Rob McMahon wrote: I've just updated to b118 (from 117), and something nasty seems to have happened to ssh. Each connection to a kno

Re: [osol-discuss] ssh issue with b118

2009-07-14 Thread Casper . Dik
I've just updated to b118 (from 117), and something nasty seems to have happened to ssh. Each connection to a known host comes back with, e.g., The authenticity of host '�t P� ()' can't be established. RSA key fingerprint is Are you sure you want to continue connecting (yes/no)? This is a

[osol-discuss] ssh issue with b118

2009-07-14 Thread Rob McMahon
I've just updated to b118 (from 117), and something nasty seems to have happened to ssh. Each connection to a known host comes back with, e.g., The authenticity of host '�t P� ()' can't be established. RSA key fingerprint is Are you sure you want to continue connecting (yes/no)? I know the hos

Re: [osol-discuss] SSH not working after upgrading from release to dev snv_117

2009-07-02 Thread Brian Ruthven - Sun UK
Bringing the answer back to the community in case any others trip over this: After some email exchanges, Hernan found that LD_LIBRARY_PATH was set to include /opt/csw/lib (the Blastwave library directory). Unsetting LD_LIBRARY_PATH enabled ssh to work correctly. Brian Brian Ruthven - Sun U

Re: [osol-discuss] SSH not working after upgrading from release to dev snv_117

2009-06-30 Thread Brian Ruthven - Sun UK
Can you provide specific details about the client system (presumably your opensolaris host), the remote system and can you cut-and-paste the error exactly please (along with telling us where you saw it - e.g. on the client's terminal, in the server's log file, etc...). Please include OS relea

[osol-discuss] SSH not working after upgrading from release to dev snv_117

2009-06-28 Thread HeCSa
Hello! My ssh client, after upgrading from snv_111b to snv_117 is not working anymore, giving to me an ld.so.1 error. Does anybody else have this error when trying to ssh a machine from your Osol one? Thanks, and best regards, HeCSa. ___ opensolaris-d

Re: [osol-discuss] ssh-add and nevada b115

2009-06-04 Thread Jan Pechanec
On Wed, 3 Jun 2009, Aaron Fellin wrote: > jason wrote: >> I am running into a problem with a ssh-add functionality in nevada b115. I >> had a script that would do the following: >> ssh-add ${HOME}/.ssh/*.[rd]sa >> In previous versions of nevada, this would run fine, yet for b115, the order >> of

Re: [osol-discuss] ssh-add and nevada b115

2009-06-03 Thread Brian Ruthven - Solaris Network Sustaining - Sun UK
I use multiple keys for different hosts, but I specify which key or "identity" to use in my ~/.ssh/config file on a per-host basis, e.g.: Host myhost1 IdentityFile ~/.ssh/six_dsa Host myhost2 IdentityFile ~/.ssh/half-a-dozen_dsa Then, when I do "ssh myhost1", it will pick up the six_

Re: [osol-discuss] ssh-add and nevada b115

2009-06-03 Thread Aaron Fellin
jason wrote: I am running into a problem with a ssh-add functionality in nevada b115. I had a script that would do the following: ssh-add ${HOME}/.ssh/*.[rd]sa In previous versions of nevada, this would run fine, yet for b115, the order of files found via the ${HOME}/.ssh/*.[rd]sa is not kept.

[osol-discuss] ssh-add and nevada b115

2009-06-02 Thread jason
I am running into a problem with a ssh-add functionality in nevada b115. I had a script that would do the following: ssh-add ${HOME}/.ssh/*.[rd]sa In previous versions of nevada, this would run fine, yet for b115, the order of files found via the ${HOME}/.ssh/*.[rd]sa is not kept. This presen

[osol-discuss] ssh with GSSAPI in opensolaris

2009-04-01 Thread Alexander
Hello. Please, help. I'm trying to configure GSSAPI auth in sshd (in opensolaris 2008.11), but I get the following error: Unspecified GSS failure. Minor code may provide more information No error However, I can login via GSSAPI to other (FreeBSD and Linux) hosts from my workstation. I also can

Re: [osol-discuss] SSH - multiple sessions in one command

2008-08-07 Thread Boyd Adamson
On 07/08/2008, at 2:49 PM, Jan Friedel wrote: > On Wed, Aug 06, 2008 at 09:39:45PM -0400, Matt Fioravante wrote: >> I am trying to write a script to move a zone from one host to >> another in one >> command. >> >> Is there a way that I can do multiple ssh commands but only have to >> authenticate

Re: [osol-discuss] SSH - multiple sessions in one command

2008-08-07 Thread Sergio Schvezov
On Wed, Aug 6, 2008 at 10:39 PM, Matt Fioravante <[EMAIL PROTECTED]> wrote: > I am trying to write a script to move a zone from one host to another in one > command. > > Is there a way that I can do multiple ssh commands but only have to > authenticate one time? I want to do several commands with s

Re: [osol-discuss] SSH - multiple sessions in one command

2008-08-07 Thread Tim Scanlon
Try this: http://cssh.sourceforge.net/ Tim This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] SSH - multiple sessions in one command

2008-08-06 Thread Jan Friedel
On Wed, Aug 06, 2008 at 09:39:45PM -0400, Matt Fioravante wrote: > I am trying to write a script to move a zone from one host to another in one > command. > > Is there a way that I can do multiple ssh commands but only have to > authenticate one time? I want to do several commands with ssh, and a

[osol-discuss] SSH - multiple sessions in one command

2008-08-06 Thread Matt Fioravante
I am trying to write a script to move a zone from one host to another in one command. Is there a way that I can do multiple ssh commands but only have to authenticate one time? I want to do several commands with ssh, and a couple file copies with rsync but I don't want to have to enter the passwor

[osol-discuss] ssh hangs

2008-07-18 Thread tester
ssh client solaris 9; sshd solaris 10 sshd patch SunOS 5.10 Generic 126133-02 Oct 2007 ssh client patch SunOS 5.9 Generic 114356-12 Jun 2007 exiting from a session that lasted for 10-15 minutes causes the client session to hang. exiting within few minutes usually works here is the truss ouput

[osol-discuss] SSH : Access denied

2008-02-27 Thread Roman Morokutti
Hi, after installing b82 as a profile driven install, I cannot access OpenSolaris with PuTTY anymore. The error message is: Access denied. When I install b82 as default installation, there is no problem accessing it using PuTTY because the ordinary user is created by "dwarf_caiman"-installer. Bef

Re: [osol-discuss] ssh root access

2008-02-26 Thread Glenn Lagasse
* Olivier Scalbert ([EMAIL PROTECTED]) wrote: > Hello all, > > I am using OpenSolaris Developer Preview 2 > > On a standalone network, I have two machines connecting together, one Linux > box and one OpenSolaris box. > > With normal users (not root), I can ssh from Linux to OpenSolaris and from

Re: [osol-discuss] ssh root access

2008-02-26 Thread Nicholas Senedzuk
Have you restarted sshd on the Solaris system so that the new config can take effect? On Tue, Feb 26, 2008 at 2:25 PM, Olivier Scalbert < [EMAIL PROTECTED]> wrote: > Hello all, > > I am using OpenSolaris Developer Preview 2 > > On a standalone network, I have two machines connecting together, o

[osol-discuss] ssh root access

2008-02-26 Thread Olivier Scalbert
Hello all, I am using OpenSolaris Developer Preview 2 On a standalone network, I have two machines connecting together, one Linux box and one OpenSolaris box. With normal users (not root), I can ssh from Linux to OpenSolaris and from OpenSolaris to Linux, without any problem. With the root us

[osol-discuss] SSH Forwarding keyboard wierdness

2005-12-22 Thread john
Hey, I'm trying to forward X11 windows from my (opensol build 28) SPARC box to my (gentoo linux) x64 workstation via SSH. It works fine, as far as display is concerned, but when it comes to using the keyboard, wierd things happen. Primarily, Studio10 will not accept the arrow keys, backspace,