First time here? Check out the FAQ!

psionin's profile - activity

2020-03-06 05:54:58 -0500 received badge Popular Question (source)
2020-03-06 05:54:58 -0500 received badge Famous Question (source)
2020-03-06 05:54:58 -0500 received badge Notable Question (source)
2019-03-07 07:55:02 -0500 marked best answer Help setting up a remote host

I followed the instructions (1st using SSH to create the key remotely, and then with PuTTY) and get the following error when probing the remote host:

OpenSSH_7.3p1, OpenSSL 1.0.2j 26 Sep 2016 
debug1: Reading configuration data /c/Users/Alex/.ssh/config 
debug1: Reading configuration data /etc/ssh/ssh_config 
debug1: Connecting to 192.168.0.126 [192.168.0.126] port 22. 
debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. 
debug1: key_load_public: No such file or directory debug1: identity file /c/Users/Alex/.ssh/id_rsa type -1 
debug1: key_load_public: No such file or directory debug1: identity file /c/Users/Alex/.ssh/id_rsa-cert type -1 
debug1: key_load_public: No such file or directory debug1: identity file /c/Users/Alex/.ssh/id_dsa type -1 
debug1: key_load_public: No such file or directory debug1: identity file /c/Users/Alex/.ssh/id_dsa-cert type -1 
debug1: key_load_public: No such file or directory debug1: identity file /c/Users/Alex/.ssh/id_ecdsa type -1 
debug1: key_load_public: No such file or directory debug1: identity file /c/Users/Alex/.ssh/id_ecdsa-cert type -1 
debug1: key_load_public: No such file or directory debug1: identity file /c/Users/Alex/.ssh/id_ed25519 type -1 
debug1: key_load_public: No such file or directory debug1: identity file /c/Users/Alex/.ssh/id_ed25519-cert type -1 
debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_7.3 
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4p1 Debian-10+deb9u1 
debug1: match: OpenSSH_7.4p1 Debian-10+deb9u1 pat OpenSSH* compat 0x04000000 
debug1: Authenticating to 192.168.0.126:22 as 'smartcoin' 
debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received 
debug1: kex: algorithm: curve25519-sha256@libssh.org debug1: kex: host key algorithm: ecdsa-sha2-nistp256 
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none 
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none 
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: Server host key: ecdsa-sha2-nistp256 SHA256:mYGSvlz1/eP19p+zmm24Zta05S/2H4wTAdhgNgpvMzg 
debug1: read_passphrase: can't open /dev/tty: No such device or address Host key verification failed. SSH client exited errno=255

I used pageant to add the keys and Windows cmd connection to the host using plink works fine. I also tried naming them the same as in the tutorial (id_rsa.ppk) and tried root as the login (root@192.168.0.126).

Please help.

2017-11-16 02:27:00 -0500 commented answer Help setting up a remote host

I set the login name at the front of the host IP and that worked!Previously I had it set in the Windows .ssh/config file

2017-11-15 06:24:00 -0500 commented answer Help setting up a remote host

Awesome, that worked! Setting the SSH Executable to plink.exe that is.However, now there is another error, when installi

2017-11-08 13:34:00 -0500 commented answer Help setting up a remote host

What is it trying to do when it changes the name of the identity file?debug1: Connection established. debug1: key_load_p

2017-11-05 02:19:00 -0500 asked a question Help setting up a remote host

Help setting up a remote host I followed the instructions (1st using SSH to create the key remotely, and then with PuTTY