Remove SSH at AIX


 
Thread Tools Search this Thread
Operating Systems AIX Remove SSH at AIX
# 1  
Old 04-24-2013
IBM Remove SSH at AIX

hi guys,

I have a problem at my ssh,
I dont have remove ssh from the my aix system.

Command not work.
smit remove

Give me solutions guys..

thank you.. SmilieSmilie
# 2  
Old 04-24-2013
ssh is usually installed as an rpm package. Removal is done with normal rpm methods. See the man page of "rpm" for details.

I hope this helps.

bakunin
# 3  
Old 04-25-2013
actually, ssh is now an installp package.

please run
Code:
rpm -qa #

just in case you have an old install.

Code:
lslpp -L | grep ssh

then I or many others can help you further.

p.s. fighting with tablet, so no ICODE blocks. SmilieSmilie

Moderator's Comments:
Mod Comment edit by bakunin: no problem, i edited them in for you. You can use tags even if you do not have acceess to the menu by literally typing them: text [code]text in code-tags[/code] text .... The same with "icode"-tags.

Last edited by bakunin; 04-25-2013 at 10:53 AM..
# 4  
Old 05-01-2013
dear MichaelFelt

thank for your informations,
your command for check all packed at my AIX.

thank you
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX ssh timeout

I have to make a command to work when connecting to AIX 7.1 (used by an internal software). I have a linux server L where the following command is runned ssh -t <aix-server-ip> ls For a <non-aix-server-ip> the command runs successfully. For AIX the terminal just gets blocked. ssh connection... (5 Replies)
Discussion started by: ufo
5 Replies

2. AIX

Ssh problem on AIX 5.3

Hello, I have a weird ssh problem from host A to host B. Both hosts A and B running AIX 5.3. if host-A has no ~/.ssh/id_rsa.pub & ~/.ssh/id_rsa then it works fine. If I connect from host-A to host-B (as root user) ssh host-B it asks for root password and allows me to get remote root prompt upon... (0 Replies)
Discussion started by: reddyr
0 Replies

3. Shell Programming and Scripting

Remove files using ssh

Hi , I am trying to remove files using ssh login to other server but i am not able to delete files I am using below options: ssh username@"$Server" -t bash << EOF cd $location rm -rf `find . -name *.log.* -mtime +450` Server name I am picking from some other file and its correct rm command... (1 Reply)
Discussion started by: ankush_mehra
1 Replies

4. AIX

SSH X on AIX

Hello everybody, I'm a new member on this forum. I have a problem on AIX 6. I can't have an X session from my PC to AIX server on any X progrm (putty,bitwise...). I've enabled X Forwarding with localhost:0 in putty, I've modified /etc/ssh_config and /etc/sshd_config files. AllowAgentForwarding... (2 Replies)
Discussion started by: pacorasta
2 Replies

5. AIX

How to configure SSH in AIX?

Hi I want to configure SSH in AIX, what are the command and step... Please let me know....... (1 Reply)
Discussion started by: dearsumon
1 Replies

6. AIX

SSH have problem on AIX

When i logged in system by ssh but if failed.It have a warning "connection refused".Can you help me,please,thanks (2 Replies)
Discussion started by: iljimae
2 Replies

7. AIX

SSH on AIX?

It's not there. Is that normal? # man ssh Manual entry for ssh not found or not installed. # ssh ksh: ssh: not found. I need to do a sFTP to another host and I need to do it from my AIX system. Any solutions? (2 Replies)
Discussion started by: bbbngowc
2 Replies

8. AIX

SSH on AIX

Dear All please help, when i am connected via telnet to an AIX system and i am trying to connect to another one via SSH then the message that appear "command is not available" and even when i am logging in with root previlage, does AIX not support the use of SSH or what is the problem?? ... (4 Replies)
Discussion started by: TheEngineer
4 Replies

9. AIX

ssh and scp in aix 4.3.3

I'm using scp to copy files to another company via our 4.3.3 server. I am having transfer problems right at the transfer point in scp. Below are 2 debug outputs showing the bottleneck. The lower level debug preceeds the higher level debug output. It just seems to stop and refuses to transfer... (0 Replies)
Discussion started by: oldogbert
0 Replies

10. UNIX for Advanced & Expert Users

Ssh - Aix

Hi, Can u tell me how to execute a command at remote server using ssh What I need to do is , I have got 5 id files for 5 different remote servers and has to zip files in the remote servers using ssh and zip utility. ssh has been configured on the remote server , and i have got id... (2 Replies)
Discussion started by: shihabvk
2 Replies
Login or Register to Ask a Question