[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

タグ

SSHに関するakuwanoのブックマーク (2)

  • 1つのシェルから複数のSSHセッションを同時に実行するツール3種類を試す

    1つのシェルから複数のSSHセッションを同時に実行するツール3種類を試す:Leverage OSS(1/4 ページ) 複数のリモートマシンを管理しなければならないシステム管理者は多い。そんな悩める管理者のために、並行処理型のSSHツールを3種紹介しよう。それぞれに長所があり、あなたの悩みをきっと解決してくれる。 リモートマシンへのログインやファイルのコピーなど、システム管理作業全般でSSHを利用する機会は多い。SSHでの作業を効率よく進めるには、複数のリモートマシンに対してコマンドを同時に実行できるツールを使ってみるとよいだろう。この記事では、Parallel ssh、Cluster SSH、ClusterItという3つのツールを紹介する。いずれも、単一のターミナルウインドウで入力したコマンドを、対象となる複数のリモートマシンに対して一斉に送ることができる。 こうしたツールを使わずに、op

    1つのシェルから複数のSSHセッションを同時に実行するツール3種類を試す
  • paramiko: ssh2 protocol for python

    paramiko is a module for python 2.2 (or higher) that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. unlike SSL (aka TLS), SSH2 protocol does not require heirarchical certificates signed by a powerful central authority. you may know SSH2 as the protocol that replaced telnet and rsh for secure access to remote shells, but the protocol also inclu

  • 1