teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

==2017/12/18 11:05追加==

2017/12/19 02:06

投稿

kaji
kaji

スコア648

title CHANGED
File without changes
body CHANGED
@@ -64,4 +64,28 @@
64
64
  に'111.111.111.xxx'のipはありませんでした。
65
65
 
66
66
  再度dep deployを実行し~/.ssh/known_hostsファイルが更新されてないことを確認してます。
67
- ssh周りだと思うのですが、何がいけないのでしょうか?
67
+ ssh周りだと思うのですが、何がいけないのでしょうか?
68
+
69
+
70
+ ==2017/12/18 11:05追加==
71
+ ```ここに言語を入力
72
+ dep deploy -vvv
73
+ In NativeSsh.php line 102:
74
+
75
+ [RuntimeException]
76
+ The command "ssh -A -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p '22' -i '/home/user1/.ssh/id_rsa' 'user1@111.111.111.xxx'
77
+ bash -s" failed.
78
+
79
+ Exit Code: 128(Invalid exit argument)
80
+
81
+ Working directory: /home/user1/hogehoge
82
+
83
+ Output:
84
+ ================
85
+ fatal: Could not switch to 'git@bitbucket.org/hogehoge': No such file or directory
86
+
87
+
88
+ Error Output:
89
+ ================
90
+ Warning: Permanently added '111.111.111.xxx' (RSA) to the list of known hosts.
91
+ ```

2

user1 group1

2017/12/19 02:06

投稿

kaji
kaji

スコア648

title CHANGED
File without changes
body CHANGED
@@ -42,10 +42,10 @@
42
42
  ```ここに言語を入力
43
43
  ls -ltA ~/.ssh/
44
44
  total 16
45
- -rw-r--r-- 1 linux linux 409 Dec 18 18:42 known_hosts
45
+ -rw-r--r-- 1 user1 group1 409 Dec 18 18:42 known_hosts
46
- -rw------- 1 linux linux 1639 Dec 18 18:19 authorized_keys
46
+ -rw------- 1 user1 group1 1639 Dec 18 18:19 authorized_keys
47
- -rw------- 1 linux linux 1675 Jan 29 2016 id_rsa
47
+ -rw------- 1 user1 group1 1675 Jan 29 2016 id_rsa
48
- -rw-r--r-- 1 linux linux 403 Jan 29 2016 id_rsa.pub
48
+ -rw-r--r-- 1 user1 group1 403 Jan 29 2016 id_rsa.pub
49
49
 
50
50
  ```
51
51
 
@@ -53,10 +53,10 @@
53
53
  ```ここに言語を入力
54
54
  ls -ltA ~/.ssh/
55
55
  total 36
56
- -rw------- 1 linux linux 11052 Dec 18 18:38 known_hosts
56
+ -rw------- 1 user1 group1 11052 Dec 18 18:38 known_hosts
57
- -rw------- 1 linux linux 2440 Dec 18 18:15 authorized_keys
57
+ -rw------- 1 user1 group1 2440 Dec 18 18:15 authorized_keys
58
- -rw-r--r-- 1 linux linux 403 Jul 13 01:38 id_rsa.pub
58
+ -rw-r--r-- 1 user1 group1 403 Jul 13 01:38 id_rsa.pub
59
- -rw-------. 1 linux linux 1675 Feb 13 2014 id_rsa
59
+ -rw-------. 1 user1 group1 1675 Feb 13 2014 id_rsa
60
60
 
61
61
  ```
62
62
 

1

ggg

2017/12/18 09:57

投稿

kaji
kaji

スコア648

title CHANGED
File without changes
body CHANGED
@@ -22,16 +22,17 @@
22
22
  実行コード
23
23
  ```ここに言語を入力
24
24
  $ dep deploy
25
+ ```
26
+
27
+ レスポンスメッセージ
28
+ ```ここに言語を入力
25
29
  ✔ Executing task deploy:prepare
26
30
  ✔ Executing task deploy:lock
27
31
  ✔ Executing task deploy:release
28
32
  ➤ Executing task deploy:update_code
29
33
  ✔ Executing task deploy:failed
30
34
  ✔ Executing task deploy:unlock
31
- ```
32
35
 
33
- レスポンスメッセージ
34
- ```ここに言語を入力
35
36
  In NativeSsh.php line 102:
36
37
 
37
38
  Warning: Permanently added '111.111.111.xxx' (RSA) to the list of known hosts.