Work Flow MAP
Inside Network ------ ASA 5585 ----- Externet Network
When I do a ssh to an externet host from my inside network using the command:
ssh username@hostname -v
I get the following output
OpenSSH_7.2p2 Ubuntu-4ubuntu2.2, OpenSSL 1.0.2g 1 Mar 2016
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to lxplus.cern.ch [188.184.88.224] port 22.
debug1: Connection established.
debug1: identity file /home/usmaan/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /home/usmaan/.ssh/id_rsa-cert type -1
debug1: identity file /home/usmaan/.ssh/id_dsa type 2
debug1: key_load_public: No such file or directory
debug1: identity file /home/usmaan/.ssh/id_dsa-cert type -1
debug1: identity file /home/usmaan/.ssh/id_ecdsa type 3
debug1: key_load_public: No such file or directory
debug1: identity file /home/usmaan/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/usmaan/.ssh/id_ed25519 type 4
debug1: key_load_public: No such file or directory
debug1: identity file /home/usmaan/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
ssh_exchange_identification: read: Connection reset by peer
do we need to make some chages on ASA, as I am able to connect to the host from a outside network (without ASA 5585)
Please help me resolving this issue.