sipcros.blogg.se

Putty ssh config
Putty ssh config




putty ssh config
  1. #Putty ssh config software#
  2. #Putty ssh config windows#

#Putty ssh config software#

Connection from 192.168.0.101 port 4288ĭebug1: Client protocol version 2.0 client software version OpenSSH_4.5ĭebug1: Enabling compatibility mode for protocol 2.0ĭebug1: Local version string SSH-2.0-OpenSSH_4.5ĭebug1: list_hostkey_types: ssh-rsa,ssh-dssĭebug1: kex: client->server aes128-cbc hmac-md5 noneĭebug1: kex: server->client aes128-cbc hmac-md5 noneĭebug1: SSH2_MSG_KEX_DH_GEX_REQUEST receivedĭebug1: expecting SSH2_MSG_KEX_DH_GEX_INITĭebug1: userauth-request for user dcowsill service ssh-connection method noneĭebug1: userauth-request for user dcowsill service ssh-connection method publickeyĭebug1: test whether pkalg/pkblob are acceptableĭebug1: PAM: setting PAM_RHOST to "192.168.0.101"ĭebug1: temporarily_use_uid: 1052/105 (e=0/0)ĭebug1: trying public key file /testuser/.ssh/authorized_keysįailed publickey for dcowsill from 192.168.0.101 port 4288 ssh2 I've done some teting with the ssh server's LogLevel set o VERBOSE but I could'nt retrieve the information (liability issues), so instead here goes an output/debug log from another source which seems to be displaying the same error. ssh directory ( /user/.ssh/) besides having it in root's folder (doesn't make much sense because of the value of AuthorizedKeysFile in sshd_config). I was also considering the possibility that I need to have the public key inserted in the authorized_keys file inside the user's. It seems like this might actually be a problem related to ssh versions or something of the sorts. I'm planning to do more testing and setting the logLevel value to VERBOSE or DEBUG2 or 3 but considering the urgency of the matter and the fact that in order to actually test it on the machine I have to go through a lot of hassle considering the machine is in a place that is quite distant from my actual workplace. The logs don't show any authentication problems. The error "Server refused our key" keeps showing up, no matter what I do. The config file ( sshd_config) has the AuthorizedKeysFile set to ~/.sshd/authorized_keys. There are no connectivity issues AFAICS and the same goes for ssh, considering I'm able to log in as root to the Linux machine.

#Putty ssh config windows#

This seems pretty straightforward considering that it worked in 2 other windows machines to a different Linux machine, with the same configuration.

putty ssh config

I was trying to set up a simple backup script to run automatically that would copy a file from a Windows machine to a Linux one through SSH.Īs a lot of simple online tutorials suggest I used pscp with a private key generated with puttygen and placed the corresponding public key (presented in copy/paste form by putty itself) in the authorized_keys file in Linux.






Putty ssh config