

I wish I could use sftp, but I can't use it and can't install it on server 1. On this server, I run a webshop which backups should stall on an other server (lets call it Server 2). On server 1 I have nearly zero rights to run anything besides scp and ssh and basic shell commands. I use my Windows PC which connects to a remote server over ssh (let's call it Server 1) with PuTTy.

Here is the full output of ssh -v OpenSSH_6.6.1, OpenSSL 1.0.1e-fips ĭebug1: identity file /.ssh/id_rsa type -1ĭebug1: identity file /.ssh/id_rsa-cert type -1ĭebug1: identity file /.ssh/id_dsa type -1ĭebug1: identity file /.ssh/id_dsa-cert type -1ĭebug1: identity file /.ssh/id_ecdsa type -1ĭebug1: identity file /.ssh/id_ecdsa-cert type -1ĭebug1: identity file /.ssh/id_ed25519 type -1ĭebug1: identity file /.ssh/id_ed25519-cert type -1ĭebug1: Enabling compatibility mode for protocol 2.0ĭebug1: Local version string SSH-2.0-OpenSSH_6.6.1ĭebug1: Remote protocol version 2.0, remote software version OpenSSH_6.7p1Debian-5+deb8u4ĭebug1: match: OpenSSH_6.7p1 Debian-5+deb8u4 pat OpenSSH* compat 0x04000000ĭebug1: kex: server->client aes128-ctr noneĭebug1: kex: client->server aes128-ctr noneĭebug1: expecting SSH2_MSG_KEX_ECDH_REPLYĭebug1: read_passphrase: can't open /dev/tty: No such file or directory ssh directory is empty, so there is no known_host or something like this. Since I'm able to create a connection over SFTP with Filezilla, can I manually fix this is problem? Also, if it's important, my.

Usually commands like service or su all give me the same error command is not found. The problem is on my remote server I have very limited rights and it gives me the error ssh-keygen: command is not found. The most common answer to this topic is to run ssh-keygen -R hostname. To create the ssh connections as follow ssh which gives me the following error Host key verification failed. I have the address, username and password for both. I'm not able to establish an ssh connection to one of my remote servers.
