Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- OpenSSH_7.9p1, LibreSSL 2.7.3
- debug1: Reading configuration data /Users/stephane/.ssh/config
- debug1: Reading configuration data /etc/ssh/ssh_config
- debug1: /etc/ssh/ssh_config line 48: Applying options for *
- debug1: Connecting to demo.wftpserver.com [74.117.60.28] port 2222.
- debug1: Connection established.
- debug1: identity file /Users/stephane/.ssh/id_rsa type 0
- debug1: identity file /Users/stephane/.ssh/id_rsa-cert type -1
- debug1: identity file /Users/stephane/.ssh/id_dsa type -1
- debug1: identity file /Users/stephane/.ssh/id_dsa-cert type -1
- debug1: identity file /Users/stephane/.ssh/id_ecdsa type -1
- debug1: identity file /Users/stephane/.ssh/id_ecdsa-cert type -1
- debug1: identity file /Users/stephane/.ssh/id_ed25519 type -1
- debug1: identity file /Users/stephane/.ssh/id_ed25519-cert type -1
- debug1: identity file /Users/stephane/.ssh/id_xmss type -1
- debug1: identity file /Users/stephane/.ssh/id_xmss-cert type -1
- debug1: Local version string SSH-2.0-OpenSSH_7.9
- debug1: Remote protocol version 2.0, remote software version WingFTPServer
- debug1: no match: WingFTPServer
- debug1: Authenticating to demo.wftpserver.com:2222 as 'demo-user'
- debug1: SSH2_MSG_KEXINIT sent
- debug1: SSH2_MSG_KEXINIT received
- debug1: kex: algorithm: curve25519-sha256
- debug1: kex: host key algorithm: ecdsa-sha2-nistp256
- debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
- debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
- debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
- debug1: Server host key: ecdsa-sha2-nistp256 SHA256:6LU1uontQGkpKDMrMF2un6oou43ia8Z6nOHxjwXViNo
- debug1: Host '[demo.wftpserver.com]:2222' is known and matches the ECDSA host key.
- debug1: Found key in /Users/stephane/.ssh/known_hosts:3
- debug1: rekey after 134217728 blocks
- debug1: SSH2_MSG_NEWKEYS sent
- debug1: expecting SSH2_MSG_NEWKEYS
- debug1: SSH2_MSG_NEWKEYS received
- debug1: rekey after 134217728 blocks
- debug1: Will attempt key: /Users/stephane/.ssh/id_rsa RSA SHA256:bWVrpe/CJu229l4hEn1RVD5nf63hG+UBioOD49VM6nE agent
- debug1: Will attempt key: /Users/stephane/.ssh/id_dsa
- debug1: Will attempt key: /Users/stephane/.ssh/id_ecdsa
- debug1: Will attempt key: /Users/stephane/.ssh/id_ed25519
- debug1: Will attempt key: /Users/stephane/.ssh/id_xmss
- debug1: SSH2_MSG_EXT_INFO received
- debug1: kex_input_ext_info: server-sig-algs=<[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss>
- debug1: SSH2_MSG_SERVICE_ACCEPT received
- debug1: Authentications that can continue: publickey,password
- debug1: Next authentication method: publickey
- debug1: Offering public key: /Users/stephane/.ssh/id_rsa RSA SHA256:bWVrpe/CJu229l4hEn1RVD5nf63hG+UBioOD49VM6nE agent
- debug1: Authentications that can continue: publickey,password
- debug1: Trying private key: /Users/stephane/.ssh/id_dsa
- debug1: Trying private key: /Users/stephane/.ssh/id_ecdsa
- debug1: Trying private key: /Users/stephane/.ssh/id_ed25519
- debug1: Trying private key: /Users/stephane/.ssh/id_xmss
- debug1: Next authentication method: password
- [email protected]'s password:
- debug1: Authentication succeeded (password).
- Authenticated to demo.wftpserver.com ([74.117.60.28]:2222).
- debug1: channel 0: new [client-session]
- debug1: Entering interactive session.
- debug1: pledge: network
- debug1: Sending environment.
- debug1: Sending env LC_TERMINAL_VERSION = 3.3.7
- debug1: Sending env LC_TERMINAL = iTerm2
- debug1: Sending env LC_CTYPE = UTF-8
- shell request failed on channel 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement