ssh setting


 
Thread Tools Search this Thread
Operating Systems AIX ssh setting
# 1  
Old 07-05-2007
ssh setting

I would like to implement the secure shell environment in order for me to close all telnet and ftp ports.

1) Anyone can assist to give me a steps of what to do so that I can implement the ssh on my AIX5.3 server.
2) Currently I have installed putty in my PC to replace telnet directly into the server. Can I then close the telnet port?
3) Do I need to install something on my AIX? such as ssh daemon?
4) how about sftp? How to use sftp to replace my regular ftp from PC or ftp to server?
# 2  
Old 07-05-2007
1. decide which build of openssh to install.

2. download it

3. follow the installation instructions.
# 3  
Old 07-05-2007
Quote:
Originally Posted by kwliew999
4) how about sftp? How to use sftp to replace my regular ftp from PC or ftp to server?
Why use "sftp" when you can use "scp" (or putty's pscp)?
# 4  
Old 07-05-2007
I would just use scp, it's quite easy.

You can then use gui scp on windows to drop large amounts of files into aix as well.
# 5  
Old 07-05-2007
I can't find any scp in putty, all putty has is Raw, Telnet, Rlogin, SSH. The version that I have is 0.55.
# 6  
Old 07-05-2007
Quote:
Originally Posted by porter
1. decide which build of openssh to install.

2. download it

3. follow the installation instructions.
Any suggestion of build of ssh? and any website for me to download? Tq.
# 7  
Old 07-06-2007
Quote:
Originally Posted by kwliew999
I can't find any scp in putty, all putty has is Raw, Telnet, Rlogin, SSH.
Look in the same directory as putty.exe, you should find pscp.exe.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. IP Networking

Setting to SSH home-PC from Work

Hello, My question is very basic for the settings to SSH my home PC from work. Home network two PC: Internet comes into my house through ISP modem and then the two PCs are connected with the router (Trendnet). The IPs for my PCs are How to set other stuffs for me to access my home PC from... (5 Replies)
Discussion started by: yifangt
5 Replies

2. Solaris

Setting up SSH key on windows box.

Hello all. This is my first post so please be gentle. I have a situation where I am trying to run a windows batch file to SSH/FTP from a Windows box to a Solaris server. The batch file is not working because it can not find the SSH key. Does any one know how to set up an SSH key on a... (8 Replies)
Discussion started by: UofU
8 Replies

3. UNIX for Dummies Questions & Answers

Problem setting up SSH keys between my laptop and a server.

This is probably somewhat trivial but it's driving me crazy. I have 6 servers with identical configurations. I'm trying to set up ssh keys between my laptop (windows XP using cygwin) and these servers (rhel). On 5 of the machines this works perfectly, but on one, no matter what I do, it gives me a... (2 Replies)
Discussion started by: DeCoTwc
2 Replies

4. Shell Programming and Scripting

setting a variable, using SSH and awk?

hi there I am trying to get a value from a remote machine into a local variable. To get this value i want to use awk but im having trouble getting it to run, am i escaping in the right places here and using the right quotes (i must have tried a million combinations :() # VAR=`ssh server1... (5 Replies)
Discussion started by: hcclnoodles
5 Replies

5. Solaris

Setting up SSH - first time

Good day to you all. I have a server (running on SunOS 5.8) that i always got into via telnet. I have eventually decided to block telnet access to it and instead look toward using SSH. The problem is, whne i establish the SSH connection via PuTTy, i get the "Log in as" prompt, but upon... (5 Replies)
Discussion started by: de049
5 Replies

6. UNIX for Advanced & Expert Users

Setting Up public key on Windows for ssh/scp

Hi, I am trying to scp a file from our Unix server to the local Windows machine.I have created the key pair in Unix server using ssh-keygen command in unix. But I am not sure where can we put the public key(generated on Unix) in Windows machine so that scp from Unix machine to Windows is... (3 Replies)
Discussion started by: dennis.jacob
3 Replies

7. Linux

Setting up SSH on Fedora Linux

Hello, I have Fedora Linux core 3.0 installed on my computer and I want to let it allow SSH or Telnet connections so that I can access my files when I'm not home. Who can help me with doing that? Thank you, (3 Replies)
Discussion started by: HSN
3 Replies

8. UNIX for Dummies Questions & Answers

Setting SSH port

How can I switch the port which SSH listens on? (1 Reply)
Discussion started by: Spetnik
1 Replies
Login or Register to Ask a Question