47 lines
3.5 KiB
Markdown
47 lines
3.5 KiB
Markdown
|
|
nmilovanovic@fedora:~/git/cosium/IT/ansible$ nmap -Pn -p 22 pad-rp-1.p.neox-it.cloud
|
||
|
|
Starting Nmap 7.92 ( https://nmap.org ) at 2025-05-06 17:14 CEST
|
||
|
|
Nmap scan report for pad-rp-1.p.neox-it.cloud (10.24.104.2)
|
||
|
|
Host is up.
|
||
|
|
|
||
|
|
PORT STATE SERVICE
|
||
|
|
22/tcp filtered ssh
|
||
|
|
|
||
|
|
Nmap done: 1 IP address (1 host up) scanned in 2.06 seconds
|
||
|
|
nmilovanovic@fedora:~/git/cosium/IT/ansible$ ssh -vvv root@pad-rp-1.p.neox-it.cloud
|
||
|
|
OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024
|
||
|
|
debug1: Reading configuration data /home/nmilovanovic/.ssh/config
|
||
|
|
debug1: Reading configuration data /etc/ssh/ssh_config
|
||
|
|
debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0
|
||
|
|
debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf
|
||
|
|
debug2: checking match for 'final all' host pad-rp-1.p.neox-it.cloud originally pad-rp-1.p.neox-it.cloud
|
||
|
|
debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'
|
||
|
|
debug2: match not found
|
||
|
|
debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only)
|
||
|
|
debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
|
||
|
|
debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-,gss-gex-sha1-,gss-group14-sha1-,gss-group1-sha1-]
|
||
|
|
debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1]
|
||
|
|
debug1: configuration requests final Match pass
|
||
|
|
debug1: re-parsing configuration
|
||
|
|
debug1: Reading configuration data /home/nmilovanovic/.ssh/config
|
||
|
|
debug1: Reading configuration data /etc/ssh/ssh_config
|
||
|
|
debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0
|
||
|
|
debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf
|
||
|
|
debug2: checking match for 'final all' host pad-rp-1.p.neox-it.cloud originally pad-rp-1.p.neox-it.cloud
|
||
|
|
debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final'
|
||
|
|
debug2: match found
|
||
|
|
debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1
|
||
|
|
debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config
|
||
|
|
debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-,gss-gex-sha1-,gss-group14-sha1-,gss-group1-sha1-]
|
||
|
|
debug3: kex names ok: [curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1]
|
||
|
|
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/nmilovanovic/.ssh/known_hosts'
|
||
|
|
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/nmilovanovic/.ssh/known_hosts2'
|
||
|
|
debug2: resolving "pad-rp-1.p.neox-it.cloud" port 22
|
||
|
|
debug3: resolve_host: lookup pad-rp-1.p.neox-it.cloud:22
|
||
|
|
debug3: channel_clear_timeouts: clearing
|
||
|
|
debug3: ssh_connect_direct: entering
|
||
|
|
debug1: Connecting to pad-rp-1.p.neox-it.cloud [10.24.104.2] port 22.
|
||
|
|
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
|
||
|
|
debug1: connect to address 10.24.104.2 port 22: Connection timed out
|
||
|
|
ssh: connect to host pad-rp-1.p.neox-it.cloud port 22: Connection timed out
|
||
|
|
|