ユーザ用ツール

サイト用ツール


No renderer 'odt' found for mode 'odt'
tipsmemo:tips:shellscript

文書の過去の版を表示しています。


Shellscript

正規表現

ssh接続テスト

echo "hostname"; ssh -q -T -o "PasswordAuthentication no" -o "StrictHostKeyChecking no" -i .ssh/id_rsa user@host ":" && echo "OK" || echo "NG"
tipsmemo/tips/shellscript.1575252719.txt.gz · 最終更新: 2019/12/02 02:11 by hayashi