tnich/honssh

Can't Get External Connections

liam56514 opened this issue · 0 comments

Hi,

I'm using honssh in my final year university project. I've been at it for a couple of hours now but it looks like no attackers are able to connect.

I'm able to ssh to root through the honssh gateway server fine, and it logs this fine.

I've looked through some past issues and have so far tried disabling password spoofing and adv networking, still no joy.

Thanks!

2021-03-01T13:34:16-0800 [honssh.client.HonsshClientFactory#info] Stopping factory <honssh.client.HonsshClientFactory instance at 0x7f47c5f8e500>
2021-03-01T13:35:30-0800 [-] [PRE_AUTH] - Connecting to Honeypot: honeypot1 (192.168.0.106:22)
2021-03-01T13:35:30-0800 [-] [ADV-NET] - Advanced Networking disabled - Using client_addr
2021-03-01T13:35:30-0800 [honssh.client.HonsshClientFactory#info] Starting factory <honssh.client.HonsshClientFactory instance at 0x7f47c5a80640>
2021-03-01T13:35:30-0800 [Uninitialized] [CLIENT] - New client connection
2021-03-01T13:35:30-0800 [HonsshClientTransport,client] kex alg, key alg: 'curve25519-sha256@libssh.org' 'ecdsa-sha2-nistp256'
2021-03-01T13:35:30-0800 [HonsshClientTransport,client] outgoing: 'aes256-ctr' 'hmac-sha2-512' 'none'
2021-03-01T13:35:30-0800 [HonsshClientTransport,client] incoming: 'aes256-ctr' 'hmac-sha2-512' 'none'
2021-03-01T13:35:30-0800 [HonsshClientTransport,client] REVERSE
2021-03-01T13:35:30-0800 [HonsshClientTransport,client] NEW KEYS
2021-03-01T13:35:30-0800 [HonsshClientTransport,client] [CLIENT] - Client Connection Secured
2021-03-01T13:35:31-0800 [HonsshServerTransport,1,221.181.185.223] kex alg, key alg: 'ecdh-sha2-nistp256' 'ssh-rsa'
2021-03-01T13:35:31-0800 [HonsshServerTransport,1,221.181.185.223] outgoing: 'aes128-ctr' 'hmac-sha1' 'none'
2021-03-01T13:35:31-0800 [HonsshServerTransport,1,221.181.185.223] incoming: 'aes128-ctr' 'hmac-sha1' 'none'
2021-03-01T13:35:31-0800 [-] [PRE_AUTH] - CLIENT CONNECTED, REPLAYING BUFFERED PACKETS
2021-03-01T13:35:31-0800 [HonsshServerTransport,1,221.181.185.223] NEW KEYS
2021-03-01T13:37:30-0800 [HonsshClientTransport,client] connection lost
2021-03-01T13:37:30-0800 [HonsshClientTransport,client] [CLIENT] - Lost connection with the Honeypot: honeypot1 (192.168.0.106:22)
2021-03-01T13:37:30-0800 [honssh.client.HonsshClientFactory#info] Stopping factory <honssh.client.HonsshClientFactory instance at 0x7f47c5a80640>

honssh_cfg.txt