Connection refused when using sftp
From: Imraan (iqureshi7@hotmail.com)
Date: 02/06/03
- Next message: BAG: "User Configuration Problem"
- Previous message: Michael Karneim: "Just copy the .ssh directory?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: iqureshi7@hotmail.com (Imraan) Date: 6 Feb 2003 06:39:31 -0800
I am using winssh 3 server on windows 2000 server. I can sucessfully
ssh and sftp via putty. When I used my linux box i can ssh to it fine.
However when I do sftp I get connection refused. Exact error i get is
below. Below that is my ssh_config file. Other people outside of
company have tried to sftp to that server with same results. I have
examined my firewall logs and do not see any packet being blocked on
port 22. Can anyone give me some insight as to what the problem might
be?
Thanks alot for your help in advance.
Imraan
sftp -v prod\\abc11@116.74.150.72
> Connecting to 116.74.150.72...
> OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090600f
> debug1: Reading configuration data /etc/ssh/ssh_config
> debug1: Applying options for *
> debug1: Rhosts Authentication disabled, originating port will not be
> trusted.
> debug1: ssh_connect: needpriv 0
> debug1: Connecting to 116.74.150.72 [116.74.150.72] port 22.
> ssh: connect to address 116.74.150.72 port 22: Connection refused
> Couldn't read packet: Connection reset by peer
> ROOT_web:/opt/util{114}>sftp -v HYPERLINK
> "mailto:any@116.74.150.72"any@116.74.150.72 Connecting to
> 116.74.150.72... OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL
> 0x0090600f
> debug1: Reading configuration data /etc/ssh/ssh_config
> debug1: Applying options for *
> debug1: Rhosts Authentication disabled, originating port will not be
> trusted.
> debug1: ssh_connect: needpriv 0
> debug1: Connecting to 116.74.150.72 [116.74.150.72] port 22.
> ssh: connect to address 116.74.150.72 port 22: Connection refused
> Couldn't read packet: Connection reset by peer
>
Site-wide defaults for various options
# Host *
# ForwardAgent no
# ForwardX11 no
# RhostsAuthentication yes
# RhostsRSAAuthentication yes
# RSAAuthentication yes
# PasswordAuthentication yes
# BatchMode no
# CheckHostIP yes
# StrictHostKeyChecking ask
# IdentityFile ~/.ssh/identity
# IdentityFile ~/.ssh/id_rsa
# IdentityFile ~/.ssh/id_dsa
# Port 22
# Protocol 2,1
# Cipher 3des
# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
# EscapeChar ~
Host *
- Next message: BAG: "User Configuration Problem"
- Previous message: Michael Karneim: "Just copy the .ssh directory?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|