ETH 192.168.1.54 TUN 10.8.0.128
I want to login to the box via SSH and TUN, but it doesn't work
ssh root@10.8.0.128 -v OpenSSH_8.9p1 Ubuntu-3ubuntu0.4, OpenSSL 3.0.2 15 Mar 2022 debug1: Reading configuration data /home/gusto/.ssh/config debug1: /home/gusto/.ssh/config line 1: Applying options for * debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files debug1: /etc/ssh/ssh_config line 21: Applying options for * debug1: Connecting to 10.8.0.128 [10.8.0.128] port 22. debug1: Connection established. debug1: identity file /home/gusto/.ssh/id_rsa type 0 debug1: identity file /home/gusto/.ssh/id_rsa-cert type -1 debug1: identity file /home/gusto/.ssh/id_ecdsa type -1 debug1: identity file /home/gusto/.ssh/id_ecdsa-cert type -1 debug1: identity file /home/gusto/.ssh/id_ecdsa_sk type -1 debug1: identity file /home/gusto/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /home/gusto/.ssh/id_ed25519 type -1 debug1: identity file /home/gusto/.ssh/id_ed25519-cert type -1 debug1: identity file /home/gusto/.ssh/id_ed25519_sk type -1 debug1: identity file /home/gusto/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /home/gusto/.ssh/id_xmss type -1 debug1: identity file /home/gusto/.ssh/id_xmss-cert type -1 debug1: identity file /home/gusto/.ssh/id_dsa type -1 debug1: identity file /home/gusto/.ssh/id_dsa-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.4 debug1: Remote protocol version 2.0, remote software version dropbear_2020.81 debug1: compat_banner: no match: dropbear_2020.81 debug1: Authenticating to 10.8.0.128:22 as 'root' debug1: load_hostkeys: fopen /home/gusto/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: rsa-sha2-256 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 Connection closed by 10.8.0.128 port 22
ssh root@192.168.1.54 telnet 10.8.0.128