Setup Window server to accept AIX SFTP client


 
Thread Tools Search this Thread
Operating Systems AIX Setup Window server to accept AIX SFTP client
# 8  
Old 06-18-2009
Quote:
Originally Posted by kwliew999
I used the command "ssh-keygen -t rsa1" and 2 files being created
identity
identity.pub
Yes, that are the default names. The public key is in the .pub file.

Quote:
Originally Posted by kwliew999
[...]The current authorized_keys are still there.. should I remove it?
No, just add the content of identity.pub in a new line of the existing authorized_keys file. It can contain more than one key.
# 9  
Old 06-18-2009
Quote:
Originally Posted by shockneck
Furthermore I don't remember a "---- Begin" or "---- End" line in authorised_keys file
There are none. But the SSH2.0 RSA keys are delimited by those markers (which is the file the SSH client is reading)
Quote:
Originally Posted by shockneck
On one debug line the server complains that it cannot detect an SSH Version 1 key. Hence you could try next to create such a key with
Code:
ssh-keygen -t rsa1

No, no, no. SSH1.0 is obsolete since 1996 when 2.0 was introduced. It's got so many security issues you might as well use telnet. No one who can't present a very convincing case (such as legacy network hardware) should continue to use or propose to use SSH1.

To me it looks like the server can't locate the public key file. Which variant of OpenSSH for Windows are you using? Usually, in the documentation it states where to put the authorized keys file & what to call it.
Alternatively, can you start the server in debugging mode & post the output of a connection attempt?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to sftp fron UNIX to window server using expect?

HI I am using expect to transfer the file from unix system to windows server. however it is not taking the password. same I tried without script also but still it is not accepting the password. when I tried with winscp tool it accepting the password. I am not sure where I am doing wrong ... (4 Replies)
Discussion started by: scriptor
4 Replies

2. Shell Programming and Scripting

Sftp script for dev server to client server

hi, i am new to unix, cuold u send some sftp acripts to send files to dev server to clint server, (1 Reply)
Discussion started by: Koti.annam
1 Replies

3. UNIX for Dummies Questions & Answers

SFTP files from Unix to Window Server

I have a requirement, where in we need to SFTP files from the Unix box to the Windows server. Since we are putting files...Where would we place the public/private keys from the Unix servers?? Any default path as such??? How would the sftp happen from Unix to Windows...Please help... ... (1 Reply)
Discussion started by: saggiboy10
1 Replies

4. AIX

can not mount from aix client to linux nfs server

Hi, I am trying to mount a nfs folder from AIX client to Linux NFS Server, but I got the following error: # mount 128.127.11.121:/aix /to_be_del mount: 1831-010 server 128.127.11.121 not responding: RPC: 1832-018 Port mapper failure - RPC: 1832-008 Timed out mount: retrying... (1 Reply)
Discussion started by: victorcheung
1 Replies

5. Shell Programming and Scripting

pull files from window server to aix box

Hi All, I have a new requirment where i have to pull files from windows server to aix box. I am using scp command to pull a files. command is working fine but it is asking password for everytime i m running this command.I want to automate this so that it will not ask any password. ... (1 Reply)
Discussion started by: prasson_ibm
1 Replies

6. UNIX for Dummies Questions & Answers

scp or sftp to Window server

Dear Unix Gurus, I have a question to confirm before I proceed to script my program. I'm currently running on IBM AIX Ver 5.3. I just like to know if it's compatible to use scp or sftp between AIX and Wintel server? I'm trying to scp or sftp a file from AIX to Window server and I was... (1 Reply)
Discussion started by: lweegp
1 Replies

7. AIX

How to setup Thinclient server and client in AIX

Hi, I want to setup Thinclient server-clinet in AIX. How I can do that? In linux I do it with LTSP. Can LTSP works with AIX? Thanks Neelesh (2 Replies)
Discussion started by: neel.gurjar
2 Replies

8. AIX

How to set AIX server for x-window?

Hi, I register the ip address into "XMD broadcast" in xconfig of xmanager, then use Xmanager to connect to AIX server, But I can not connect to it. How to set AIX server to let it can be connected? Thanks (2 Replies)
Discussion started by: aixabc
2 Replies

9. AIX

Print server setup on AIX

Hi, I'm very new to AIX, I have to setup a D-Link print server with HP Laserjet 1300 printer on AIX, any body can guide me thru simple steps to acheive this, like how to install print server, driver and then which services i have to restart after adding the print server all this kind of stuff. ... (1 Reply)
Discussion started by: patras
1 Replies

10. AIX

NIM server setup (AIX 5.3)

Hi, I'a a new member here. My company just bought p570 with 8 LPAR (previously we have p650 with 4 LPAR). Did anyone have procedure how to setup NIM server (NIM LPAR) and how to install other new LPAR to use the NIM server (as client). Appreciate your help and thank you very much. Rgds, David (0 Replies)
Discussion started by: dshg
0 Replies
Login or Register to Ask a Question