質問編集履歴

2

エラーメッセージの訂正(整形)

2018/09/07 01:18

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -56,6 +56,8 @@
56
56
 
57
57
  【エラーメッセージ】
58
58
 
59
+ ```python3
60
+
59
61
  Exception: Indecipherable protocol version "}"
60
62
 
61
63
  Traceback (most recent call last):
@@ -93,3 +95,5 @@
93
95
  raise SSHException('Indecipherable protocol version "' + buf + '"')
94
96
 
95
97
  paramiko.ssh_exception.SSHException: Indecipherable protocol version "}"
98
+
99
+ ```

1

コードの訂正(整形)

2018/09/07 01:18

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -21,6 +21,8 @@
21
21
 
22
22
 
23
23
  【コード】
24
+
25
+ ```python3
24
26
 
25
27
  import boto3
26
28
 
@@ -48,7 +50,7 @@
48
50
 
49
51
  stdin, stdout, stderr = ssh.exec_command(command)
50
52
 
51
-
53
+ ```
52
54
 
53
55
 
54
56