質問編集履歴

2

追記

2019/02/14 09:23

投稿

Raig_rayasg
Raig_rayasg

スコア18

test CHANGED
File without changes
test CHANGED
@@ -71,3 +71,31 @@
71
71
  ○/etc/hosts.allowの設定(sshd:ALLまで試した)
72
72
 
73
73
  ○rm /.ssh/known_hosts
74
+
75
+
76
+
77
+ ##追記
78
+
79
+ ○sudo ufw allow 22
80
+
81
+ ```
82
+
83
+ Host is up (0.0026s latency).
84
+
85
+ Not shown: 996 closed ports
86
+
87
+ PORT STATE SERVICE
88
+
89
+ 53/tcp open domain
90
+
91
+ 80/tcp open http
92
+
93
+ 554/tcp open rtsp
94
+
95
+ 2869/tcp open icslap
96
+
97
+
98
+
99
+ Nmap done: 1 IP address (1 host up) scanned in 1.66 seconds
100
+
101
+ ```

1

nmapの結果を追記

2019/02/14 09:22

投稿

Raig_rayasg
Raig_rayasg

スコア18

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,36 @@
9
9
  ○Ubuntu 18.04 LTS
10
10
 
11
11
  ○MacBook Pro 2018 Mojave
12
+
13
+
14
+
15
+ ```
16
+
17
+ $ nmap [global_IP]
18
+
19
+ Starting Nmap 7.70 ( https://nmap.org ) at 2019-02-13 20:16 JST
20
+
21
+ Nmap scan report for p18235-ipngn2701sapodori.hokkaido.ocn.ne.jp ([global_IP])
22
+
23
+ Host is up (0.0029s latency).
24
+
25
+ Not shown: 996 closed ports
26
+
27
+ PORT STATE SERVICE
28
+
29
+ 53/tcp open domain
30
+
31
+ 80/tcp open http
32
+
33
+ 554/tcp open rtsp
34
+
35
+ 2869/tcp open icslap
36
+
37
+
38
+
39
+ Nmap done: 1 IP address (1 host up) scanned in 1.94 seconds
40
+
41
+ ```
12
42
 
13
43
 
14
44