トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS



セキュアシェル。接続情報を暗号化する。


導入

ソフトウェア :OpenSSH 2.3.0p1
OpenSSH 4.5p1
OS(作業日):Vine Linux 2.0 Kernel 2.2.17(2000-12-25)
Vine Linux 3.1(2004-12-19)
Vine Linux 4.2(2006-12-01)
  • インストール ()
    ./configure
    make
    make install

Key認証

  • 鍵の作成
  • Authorised_keyの指定
    特定サーバのみに絞る場合
    from="!kailas.test.com,*.test.com" ssh-dsa xxxxxxxxxxxxx
  • ssh-agnet

Port forward

  • Local port forward
  • Remote port forward
  • port forwardしたportをリモートから利用許可するオプション
    -g      Allows remote hosts to connect to local forwarded ports.

参考文献
[1] http://www.openssh.com
[2] http://www.zip.com.au/~dtucker/openssh/
[3] https://sourceforge.net/projects/openssh-aix

Counter: 2143, today: 2, yesterday: 0