I want to deploy, but I get an error message.
Incidentally, when I run $ssh127.0.0.1
, I get the error message ssh:connect to host127.0.0.1 port22:Connection refused
.
I don't know what the cause is.Could you tell me?
1.Environment
rails5, unicorn, nginx, capistrano, ubuntu 14.04
2.Command executed
bundle exec cap staging deploy:check
3.Error Contents
00:00 git:wrapper
01 mkdir-p/tmp
<Thread:0x00007fa5e9275448@/Users/takashi_kageyama/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/sshkit-1.16.0/lib/sshkit/runners/parallel.rb:10 run>termination_exception(exception)
Traceback (most recent call last):
1:from/Users/takashi_kageyama/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/sshkit-1.16.0/lib/sshkit/runners/parallel.rb:11:in`block(2 levels) in execute'
/Users/takashi_kageyama/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/sshkit-1.16.0/lib/sshkit/runners/parallel.rb: in `resque in block(2 levels) in execute': Exception while executing @authentication @authentication.authentication:
(Backtrace restricted to imported tasks)
CAPABORTED!
SSHKit::Runner::ExecuteError:Exception while executing as [email protected]:Authentication failed for user [email protected]
Caused by:
Net::SSH::AuthenticationFailed:Authentication failed for user [email protected]
Tasks: TOP=>deploy:check=>git:check=>git:wrapper
(See full trace by running task with --trace)
ssh127.0.0.1
indicates that sshd is
I don't think it's started or installed.
ssh: connect to host 127.0.0.1 port 22: Connection refused
(Install and launch) will not solve the problem?
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
610 GDB gets version error when attempting to debug with the Presense SDK (IDE)
578 Understanding How to Configure Google API Key
914 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.