Macで秘密鍵を用いたSSH接続をしてみます。
# vi ~/.ssh/config
設定内容は下記です。
Host hostname
HostName hostname.com
Port 22
User username
IdentityFile ~/.ssh/id_rsa
接続方法
ssh samplehost.com
※注意
~/.ssh/id_rsa に秘密鍵ファイルを配置した場合、パーミッションを400に設定して下さい。
The shape of the system that overflows in the world is equal to the "knowhows" that parties concerned of each industry have.
People who create the system need high-ranking "knowhows" further.
I want to become ..high-ranking "knowhows".. handlers' help.
2011/12/09
登録:
コメントの投稿 (Atom)
-
using Excel = Microsoft.Office.Interop.Excel; /// Excelオブジェクト Excel.Application oXls; /// ワークブックコレクション Excel.Workbook oWBook = this.oXl...
-
リンクでgoogleカレンダーへ予定を追加すした、忘れそうなのでメモ ○Javascriptでの記述例 var text = "買い物"; var details = "新春バーゲンセール"; var location= ...
-
WinSCP4.3.3を日本語化します。 下記URLから言語ファイルをダウンロードします。 色々ありますが、「 Japanese 」をクリックしてください。 http://winscp.net/eng/translations.php ファイル「jp.zip」のダウ...
0 件のコメント:
コメントを投稿