telnet to an aix box and run wsm


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users telnet to an aix box and run wsm
# 1  
Old 04-25-2010
telnet to an aix box and run wsm

hi

I am runnign suse linux and want to telnet to an aix box and run wsm GUI from my linux box.
How can I do that..
can anyone help to confiure X11 or Xwindows setup on mu suse linux and or on aix box

thanks
Antony
# 2  
Old 04-26-2010
Choices:

1. Use ssh (correct way) with X11 forwarding (supported on AIX).

2. Open up the highly insecure X11 transport protocol (unwise) on your Linux box. Set DISPLAY, etc....

To do #2, it helps to know the exact version of suse you're dealing with.
# 3  
Old 04-27-2010
Quote:
Originally Posted by cjcox
Choices:

1. Use ssh (correct way) with X11 forwarding (supported on AIX).

2. Open up the highly insecure X11 transport protocol (unwise) on your Linux box. Set DISPLAY, etc....

To do #2, it helps to know the exact version of suse you're dealing with.

Hi

I use suse linux version as below
openSUSE 11.2 (i586)
VERSION = 11.2


and the aix version is 5.3 TL 3

If you can help me to configure ssh on aix so I can do an ssh login froom mlinux to aix
# 4  
Old 07-07-2010
Install ssh.... you can get that from:

Browse OpenSSH on AIX Files on SourceForge.net

You may also need openssl from the AIX Expansion Pack:

IBM AIX Expansion Pack and Web Download Pack

(you'll probably have to set up a login... then hit the Downloads link there)

Install those.

You'll need to edit the sshd_config file and restart sshd on the AIX box... you want to enable:

X11Forwarding yes

Then you should be able to do (from your openSUSE box):

ssh -X your-aix-box

and at the your-aix-box shell prompt start wsm.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Notify when the script run(hourly)on my jump-box only when there is a failure on my remote-box

Team, Presently I have a script, which i have set up cron on one of my Jump-boxes,and gives me the output on every hourly basis,fetching the data from the remote machine.Basically it gives me the list of all active users logged and its count once we execute the script.Here the count is... (6 Replies)
Discussion started by: whizkidash
6 Replies

2. Shell Programming and Scripting

Script for telnet and run one command kill it and run another command using while loop

( sleep 3 echo ${LOGIN} sleep 2 echo ${PSWD} sleep 2 while read line do echo "$line" PID=$? sleep 2 kill -9 $PID done < temp sleep 5 echo "exit" ) | telnet ${HOST} while is executing only command and exits. (5 Replies)
Discussion started by: sooda
5 Replies

3. UNIX for Advanced & Expert Users

How to recursively run Autosys Box with diff params

Hi all, Does any body know how to recursively run a Autosys Box with different parameters ? For ex: I have a master autosys box that needs to run for JAN 2011, then FEB 2011 .... DEC 2011. FYI, each monthly execution runs for about a day. Is there a way to automate this so that my master... (0 Replies)
Discussion started by: calredd
0 Replies

4. SCO

I need a box to run SCO 3.2 5.0.5 i386 with...

need it to be able to run Seagate STT8000A tape drive. Any suggestions where to go. (5 Replies)
Discussion started by: Mike Gomes
5 Replies

5. Shell Programming and Scripting

telnet and run scripts

Hello folks, I've got this script which connects to different boxes and executes a certain script in those locations. The following is the line from where i am trying to do this: (sleep 1; echo $USERID ; sleep 1; echo $PASSWD ; sleep 1 ; echo y ; sleep 1 ; echo "\r" ; sleep 1 ; echo "cd... (1 Reply)
Discussion started by: Rajat
1 Replies

6. UNIX for Dummies Questions & Answers

how to stop telnet access to AIX box

how do I remove telnet access to my AIX (5.3) machine? I just want people (admins) to connect to the box using ssh? Thanks. (2 Replies)
Discussion started by: johnbrickell
2 Replies

7. UNIX for Dummies Questions & Answers

difference between AIX box and Sun Solaris box

Hi, I need a clarification. Is there any difference between AIX box and Sun Solaris box? The bzip command with -c option works in AIX box and the same does not work in Sun Solaris box. Can anyone please explain if there is an implementation difference in both these boxes for the shell... (1 Reply)
Discussion started by: nisha4680
1 Replies

8. AIX

moving AIX ver 4.2.1 to another AIX box

i want to move my AIX os ver 4.2.1 to a new version IBM system. how can i acheive this. (1 Reply)
Discussion started by: gmonix
1 Replies

9. UNIX for Dummies Questions & Answers

Telnet into Solaris 8 box

I am new to Unix. What file do I need to edit so that I can telnet to Solaris 8. I recieve this message everytime I try to telnet. It allows me to LOGIN but kicks me out with this same message. SunOS 5.8 login: root Password: Not on system console (2 Replies)
Discussion started by: newbie05
2 Replies

10. UNIX for Advanced & Expert Users

Limiting telnet sessions on HP UX Box

Anyone know how to limit the telnet sessions on a per user basis on an HP UX Box. I would like to limit the Maximum number of telnet seesions a user can open at any give time to around 4 or 5. I have been looking and looking and do not seem to be able to find anything on this. Any help would be... (2 Replies)
Discussion started by: Witlr
2 Replies
Login or Register to Ask a Question