ssh
사용자 환경에 대한 소스를 생성하는 방법을 아는 사람이 있습니까 ?
ssh -Y -t old-dash '"bundle exec rails server"
bash: bundle exec rails server: command not found
Connection to old-dash closed.
one@localhost ~/github/ui $
다음이 있지만 .bashrc
소스를 가져오지 못하는 것 같습니다.
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
답변1
ssh <host> bash --login -c <command>
SSH를 통해 bash를 로그인 셸로 시작하고 로드합니다.레벤프SSH를 통한 옵션 -c
.