Sponsored Content
Operating Systems Linux Issues with passwordless sftp2 from windows to Linux using F-Secure SSH Client Post 302902365 by dhrajj on Tuesday 20th of May 2014 07:19:02 AM
Old 05-20-2014
RedHat Issues with passwordless sftp2 from windows to Linux using F-Secure SSH Client

Hi,
I am facing problems whie trying to do a passwordless ssh to Unix box from windows. Public key was generated using F-secure. When the F-secure client attempts it connects without password but when I try to use sftp2 in command line it prompts for password.
I have tried several options and failed.. no much help in google too.
Any response to possibilities will be much appreciated.
Below is the sftp2 -v output:

C:\Documents and Settings\hp-\Desktop>sftp2 -v mha@10.205.50.190
SshFileCopy: Making local connection.
SshFileXferClient: extname newline@vandyke.com', data: 00000000: 0d0a .. SshFileXferClient: Negotiated version: 3 (own version: 3, remote version: 3). SshFileCopy: Connection to local, ready to serve requests. Sftp2: Connection ready. SshReadLine: Initializing ReadLine... SshFileCopy: Connecting to remote host. (host = mha@10.205.50.190, user = NULL, port = NULL) Sftp2: Couldn't find ssh2 on path specified (ssh2.exe). Trying default PATH... SshConfig: Unable to open C:/Documents and Settings/hp-/Application Dat a/F-Secure SSH/ssh2_config SshReadLine: Initializing ReadLine... client supports 3 auth methods: 'keyboard-interactive,publickey,password' Ssh2Common: local ip = 10.10.49.141, local port = 2190 Ssh2Common: remote ip = 10.205.50.190, remote port = 22 SshConnection: Wrapping... Remote version: SSH-2.0-ReflectionForSecureIT_7.2.0.115 Ssh2Transport: My version: SSH-1.99-3.2.3 F-Secure SSH Windows Client Ssh2Transport: lang s to c:', lang c to s: `'
Ssh2Transport: ctos: cipher 3des-cbc, mac hmac-sha1, compression none
Ssh2Transport: stoc: cipher 3des-cbc, mac hmac-sha1, compression none
Remote host key found from database.
Ssh2Common: Received SSHCROSSSTARTUP packet from connection protocol.
Ssh2Common: Received SSHCROSS_ALGORITHMS packet from connection protocol.
server offers auth methods 'publickey,keyboard-interactive,password'.
Ssh2AuthKbdInteractiveClient: Starting kbd-int auth...
Keyboard-interactive:
Password:


Thanks,
Druva
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

title bar manipulation in F-Secure SSH Client for Windows

Hello All, I was wondering if the titlebar in "F-Secure SSH Client for Windows" is changeable. Currently I see the host name in the title bar. I would like to add "user@host" to the title. So when I log on to a particular box and do a ssh to another box the title should dynamically... (3 Replies)
Discussion started by: ssikhar
3 Replies

2. Solaris

Secure FTP Problem using Sun SSH on Client system F-Secure on Server system

I am using shell script to do secure ftp. I have done key file setup to do password less authentication. Following are the FTP Details: FTP Client has Sun SSH. FTP Server has F-Secure. I am using SCP Command to do secure copy files. When I am doing this, I am getting the foll error scp:... (2 Replies)
Discussion started by: ftpguy
2 Replies

3. AIX

How to use SSH Secure File Transfer tool from windows to AIX without password?

If I use SSh Secure File Transfer tool on Windows, I want to transfer file from windows to AIX without password, how to do it? (6 Replies)
Discussion started by: rainbow_bean
6 Replies

4. Windows & DOS: Issues & Discussions

ssh client and Windows remote Desktop

Dear All , I want to Access my office computer form the home. The enviourment is like the following : 1- From my home I connect for the office via VPN connection to Unix server lets say it's IP is 11.11.11.11 and till now every thing is OK and I can access the machine normally . 2- In my... (3 Replies)
Discussion started by: habuzahra
3 Replies

5. UNIX for Advanced & Expert Users

difference between logging into unix through f-secure ssh client and telnet

hi, what is the difference between logging into unix through f-secure ssh client and telnet is there any more security check is involved can any one explain thanks in advance (1 Reply)
Discussion started by: trichyselva
1 Replies

6. Windows & DOS: Issues & Discussions

ssh: sending password from windows client

Hi. My workstation is Windows. I use putty to connect to unix servers. The problem is that i'm doing it many times a day and each time i need to supply password. I have no control on ssh configuration on servers, because of account restrictions. So i can't use key authentication, how is suggested... (4 Replies)
Discussion started by: kukuruku
4 Replies

7. AIX

ssh login from windows client

I am a new user and i wish to connect to a unix(AIX) server from a windows client using ssh.A detailed solution would be highly appreciated. (1 Reply)
Discussion started by: ajayb3004
1 Replies

8. Red Hat

Passwordless SSH from Linux to AIX

Hi, I am trying to setup passwordless SSH from Redhat Linux EL 5 to AIX 6 and it worked for few boxes and didn't for few other. Not sure as to why it's happening. Pl find below the log when i run ssh in verbose mode. TIA Reddy # ssh -v aixora04 OpenSSH_4.3p2, OpenSSL... (3 Replies)
Discussion started by: reddyr
3 Replies

9. Linux

Help!! trying to connect to linux SSH from windows putty client

Hi, i am trying to connect my Putty session on a windows box to a linux SSH, i have generated private and public key pairs using puttygen, i have set the public one to be in an OPENSSH format... and have put this in my authorized_keys file in linux, when i connect i get the following errors: ... (1 Reply)
Discussion started by: Jtyreman
1 Replies

10. UNIX for Advanced & Expert Users

Issues with passwordless sftp2 from windows to Linux using F-Secure SSH Client

Hi, I am facing problems whie trying to do a passwordless ssh to Unix box from windows. Public key was generated using F-secure. When the F-secure client attempts it connects without password but when I try to use sftp2 in command line it prompts for password. I have tried several options and... (0 Replies)
Discussion started by: dhrajj
0 Replies
set_color(1)                                                           fish                                                           set_color(1)

NAME
set_color - set_color - set the terminal color set_color - set the terminal color Synopsis set_color [-v --version] [-h --help] [-b --background COLOR] [COLOR] Description Change the foreground and/or background color of the terminal. COLOR is one of black, red, green, brown, yellow, blue, magenta, purple, cyan, white and normal. o -b, --background Set the background color o -c, --print-colors Prints a list of all valid color names o -h, --help Display help message and exit o -o, --bold Set bold or extra bright mode o -u, --underline Set underlined mode o -v, --version Display version and exit Calling set_color normal will set the terminal color to whatever is the default color of the terminal. Some terminals use the --bold escape sequence to switch to a brighter color set. On such terminals, set_color white will result in a grey font color, while set_color --bold white will result in a white font color. Not all terminal emulators support all these features. This is not a bug in set_color but a missing feature in the terminal emulator. set_color uses the terminfo database to look up how to change terminal colors on whatever terminal is in use. Some systems have old and incomplete terminfo databases, and may lack color information for terminals that support it. Download and install the latest version of ncurses and recompile fish against it in order to fix this issue. Version 1.23.1 Sun Jan 8 2012 set_color(1)
All times are GMT -4. The time now is 12:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy