SSH connect problem


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users SSH connect problem
# 1  
Old 10-21-2011
SSH connect problem

Hi,

I know that I'm a little off the right forum but it seems like there is more experience and knowledge among Unix/Linux users than among Windows users in this case. I have seen many similar explanations on how to set up the public keys in Unix but nothing that I've tried of the Windows tips have worked - maybe there is some problem in my environment. Maybe there is someone here that is expert on both Unix and Windows in this case.

I have some problems regarding the use of SSH(and also being a newbie in the SSH world). I have an application that uses SSH but when I want to use public key authentication. The server is a Win2003 server with F-Secure SSH server 5.3. I'm logged in as administrator and the administrator have started the F-secure server.

When trying to log in on the server I get "no more authentication methods available" and that is quite easy to understand why I get - I have created a keypair in the application but I have no idea where to put the public key on the server. As I understand it is to be put in .ssh-folder but where is that supposed to be?
I have found many similar descriptions on how to put the .pub file on a Unix/Linux computer but when it comes to Windows there isn't much to find.

When checking the F-secure server configuration it says that user key directory is %D\.ssh but I don't know what %D is supposed to be. The authorization file is called authorization but I haven't found any such file in the computer. I have tried to create and put the created key inside it and moving it around to different locations but without success.

Can anyone tell me where to put my public key and hopefully get it to work?

Regards,
Kalle
# 2  
Old 10-21-2011
What, exactly, have you tried?

this suggests it belongs under Documents and Settings\Application Data\F-Secure SSH\

Given that strange a path, I wouldn't trust that just plunking files in there would do what you want.

this says there's an "F-Secure Key Generation Wizard".
This User Gave Thanks to Corona688 For This Post:
# 3  
Old 10-23-2011
Thank you for your reply!

It helped a lot and now I have managed to connect using SSH and public key. The main problem was the %D. According to the document you pointed out to me it could not be used which it was in this case. Since there had been people working on the machine I somewhat expected that it would be in somewhat useful state but obviously I was wrong. There was no authorization file either....
I asked people that had been working with SSH previously on this machine but did not get an answer that could help solving the problem.

Thank you!
This User Gave Thanks to Powerponken For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

SSH HELP how to connect auto?

hi, i have some servers on my network. i need to connect to them auto from my work station sith SSH. i need to write a script thet connects to the server with USERNAME and PASSWORD automticly. and on each server to kill process. in my sciprt i want to put all list the IP of my... (1 Reply)
Discussion started by: zigizag
1 Replies

2. Shell Programming and Scripting

How to connect DB2 using SSH?

How to connect db2 IBM on AIX using SSH - SecureCRT ? Please help me. (3 Replies)
Discussion started by: meomeo87
3 Replies

3. HP-UX

SSH slow at connect

Hi experts, We are getting slow ssh session connections at HP-UX 11.31 servers. We have set the parameters that maybe will affect , and commented at other theads at config file sshd_config : UseDNS no X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost no GSSAPIAuthentication no. ... (7 Replies)
Discussion started by: SapBasisSystem
7 Replies

4. Solaris

ssh problem - hangs and then wont connect

Got a Solaris 10 server with two interfaces - 10.0.110.233 and 10.0.111.233. I can ssh to 10.0.110.233 with no problems. But after a certain amount of time it just hangs. Nothing. Then if I try to ssh to 10.0.110.233 again - times out. But I can still ssh to 10.0.111.233. And I can still ping... (1 Reply)
Discussion started by: psychocandy
1 Replies

5. HP-UX

Unable to connect SSH from HP-UX

Hi, I'm trying to connect from an HP-UX with SSH2 client(ssh2 3.1.2 on hppa1.1-hp-hpux11.00) to an SSH2 server on a VxWorks system. The SSH connection is failing with the below connection logs: > /usr/local/bin/ssh2 -v -l testuser 10.10.10.10 debug: Ssh2/ssh2.c:1391: Using file... (4 Replies)
Discussion started by: ysafi
4 Replies

6. UNIX for Dummies Questions & Answers

Connect using ssh

Dear users I have a question about connecting to remote servers using terminal I can connect to one server by ssh username@domain_of_first_server.com and after logging into the above i have to connect to one more server ssh name_of_second_server bascically to be able to connect to the... (5 Replies)
Discussion started by: kevincobain2000
5 Replies

7. AIX

cannot connect with ssh

Hi, I have created a new user as below: useradd -g staff -s /usr/bin/ksh test2 passwd test2 <type in new password> <type in new password> and I could not login via ssh with this username while I can do it with another username. Can anyone tell anything missing? Thanks! Victor (4 Replies)
Discussion started by: victorcheung
4 Replies

8. Shell Programming and Scripting

SSH not able to connect - Need help

Hi, I am trying to connect to server using SSH command - ssh -l <username>@<server> 22 But it just hangs there.. Any suggestions to connect via SSH will be of great help! (2 Replies)
Discussion started by: Sathy153
2 Replies

9. UNIX for Dummies Questions & Answers

connect to server using ssh

hi, i have script that connects to a unix server. however, i want to add condition that if it cannot connects in 10 attemps, it will send email to me. while -a ${COUNT} -lt 10] ./connect to server. if status <> 0 then email to me. fi Thanks a lot. (0 Replies)
Discussion started by: tungaw2004
0 Replies

10. AIX

Connect from Windows Using SSH

Hi Everybody, I have 2 Servers (AIX 4.3), recently I installed SSH in both servers successfuly. I can connect from one server to another using SSH. My problem is when I tried to connect from Windows workstation to one of these servers the connection timed out. I'm using PUTTY to connect to the... (12 Replies)
Discussion started by: aldowsary
12 Replies
Login or Register to Ask a Question