1826428 Members
3952 Online
109692 Solutions
New Discussion

Re: SAM Secure Shell

 
SOLVED
Go to solution
Richard Ace
Frequent Advisor

SAM Secure Shell

I have a little problem that I have not seen before with trying to use SAM on 11.0 HP/UX

I have checked the Tunneling box for X session.

I get

#sam

X connection to 128.30.1.62:10.0 broken (explicit kill or server shutdown).

?

Any Ideas

Cheers

Rich
6 REPLIES 6
Richard Ace_1
Advisor
Solution

Re: SAM Secure Shell

I have a little problem that I have not seen before with trying to use SAM on 11.0 HP/UX

I have checked the Tunneling box for X session.

I get

#sam

X connection to 128.30.1.62:10.0 broken (explicit kill or server shutdown).

Massimo Bianchi
Honored Contributor

Re: SAM Secure Shell

Hi,
things to check:
- tunnelling box enalbed: means you are using putty ?
- is your Xserver on the PC started ? Try resetting it
- does and X-clock works ?
- is the IP your PC ? maybe another one took it by mistake. Is the ping O.K. ?
- do you use latest putty? it resolves many problems... latest is 0.53b
- did you run: "xhosts +" to allow connection to any client ?

HTH,
Massimo
Richard Ace_1
Advisor

Re: SAM Secure Shell

I have found that if you run the GUI software in Passive mode at the bare minimum, this aleaviate the problem and fires up the SAM GUI interface.

No need to export the DISPLAY Variable on this as tunneling is checked.

SAM Works

X connection to 128.30.1.62:10.0 broken (explicit kill or server shutdown).

Richard Ace
Frequent Advisor

Re: SAM Secure Shell

SAM works now only running GUI in passive mode.

I am using SSH

GUI version is fine.

Cant get text based SAM? though.


Yes used X host?

Does ping

Cheers
Pete Randall
Outstanding Contributor

Re: SAM Secure Shell

Will the real Richard Ace please stand up?

;^)

Pete



Pete
Massimo Bianchi
Honored Contributor

Re: SAM Secure Shell

Hi,
to have the text-only sam, just type

export DISPLAY=

this will bring you to the Text User Interface (TUI).

Massimo