ユーザ用ツール

サイト用ツール


サイドバー

Index

はじめてのおつかい






DokuWiki整形記法


PlayGround



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 11:11 by hayashi