(2005-06の一覧)
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
2005-06-08 Wed (他の年の同じ日: 2004 2011)
ssh でファイル転送
2005-06-08-2 / カテゴリ: [linux][ssh] / [permlink]
$ cat file.jpg | ssh user@server 'cat - > file.jpg'
ssh ログインしたときにコマンドを実行する
2005-06-08-1 / カテゴリ: [linux][ssh] / [permlink]
・サーバワイドに設定
/etc/ssh/sshrc に実行したいシェルスクリプトを書く
・ユーザごとに設定
~/.ssh/rc にシェルスクリプト
~/.ssh/rc があるときは、/etc/ssh/sshrc は無視される。
man sshd "LOGIN PROCESS"
ただし、これをやると、scp/sftp が失敗する…
/etc/ssh/sshrc に実行したいシェルスクリプトを書く
・ユーザごとに設定
~/.ssh/rc にシェルスクリプト
~/.ssh/rc があるときは、/etc/ssh/sshrc は無視される。
man sshd "LOGIN PROCESS"
8. If $HOME/.ssh/rc exists, runs it; else if /etc/ssh/sshrcとのこと。
exists, runs it; otherwise runs xauth. The ``rc'' files are
given the X11 authentication protocol and cookie in standard
input.
ただし、これをやると、scp/sftp が失敗する…
2013 : 01 02 03 04 05 06 07 08 09 10 11 12
2012 : 01 02 03 04 05 06 07 08 09 10 11 12
2011 : 01 02 03 04 05 06 07 08 09 10 11 12
2010 : 01 02 03 04 05 06 07 08 09 10 11 12
2009 : 01 02 03 04 05 06 07 08 09 10 11 12
2008 : 01 02 03 04 05 06 07 08 09 10 11 12
2007 : 01 02 03 04 05 06 07 08 09 10 11 12
2006 : 01 02 03 04 05 06 07 08 09 10 11 12
2005 : 01 02 03 04 05 06 07 08 09 10 11 12
2004 : 01 02 03 04 05 06 07 08 09 10 11 12
最終更新時間: 2013-05-02 16:12