2.4 KiB
2.4 KiB
title | author | date | geo_latitude | geo_longitude | geo_public | wordtwit_posted_tweets | wordtwit_post_info | categories | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SSHでログインした際に任意のコマンドを実行する | kazu634 | 2013-10-25 |
|
|
|
|
|
|
SSH経由でログインした場合に任意のコマンドを実行する方法を調査しました。どうやら ${HOME}/.ssh/rc
というファイルを作成し、そこに実行したいコマンドを記入すればいいようでした。
If the file ~/.ssh/rc exists, sh(1) runs it after reading the environment files
but before starting the user's shell or command.
It must not produce any output on stdout; stderr must be used instead.