Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Created December 19, 2018 05:56
Show Gist options
  • Select an option

  • Save YumaInaura/607c53c3ae71c784d873fb82a49f0cb9 to your computer and use it in GitHub Desktop.

Select an option

Save YumaInaura/607c53c3ae71c784d873fb82a49f0cb9 to your computer and use it in GitHub Desktop.
シェル の ssh 接続「先」でコマンドを直接実行するワンライナー ref: https://qiita.com/YumaInaura/items/246564efe6441982d57b
ssh 127.0.0.1 echo OK! OK!
ssh 127.0.0.1 "echo OK OK"
ssh 127.0.0.1 "echo" "OK" "OK"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment