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

タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

pythonとsshに関するkk6のブックマーク (4)

  • sshモジュールで別端末を操作 - YAMAGUCHI::weblog

    はじめに こんにちは、Python界の情弱です。最近はみなさんPythonWebサービスをゴリゴリと作っちゃっててとてもかっこいいなーと思いつつ、コソコソとツールを作る毎日を過ごしています。同じような構成のマシンがたくさんあったときに、いちいちSSHログインして作業するの面倒だなーとか思ってて、かといって、自分でsocket通信のプログラム書くのはきついのでライブラリ使うことにしました。 Paramikoに関する記事ばかり出てくるんですが、id:mopemope はじめsshモジュールがいいよ、っていう情報をもらってしばらく遊んでみたらこれが便利だったので、忘れないうちにまとめときます。 参照 ssh 1.7.11 : Python Package Index Readmeに書いてあるけれどもsshはParamikoのpure-python実装です。 bitprophet/ssh · G

    sshモジュールで別端末を操作 - YAMAGUCHI::weblog
    kk6
    kk6 2012/04/06
    "sshはParamikoのpure-python実装"
  • sshモジュールでSFTPの操作 - YAMAGUCHI::weblog

    はじめに こんにちは、Python界の情弱です。San Francisco出張に来て2週間弱が経ちますが、明日の夕方の便で日に帰ります。アメリカの大味な事も2週間すれば目新しさもなくなって、そろそろ東南アジア系の料理べたくなったりしてたので、帰ったら日の繊細な味付けの事を堪能したいと思います。 そんなことはどうでもよくて、SSHでの操作に続いてSFTPでファイルを置いたり取ってきたりってのも簡単にできたので、忘れないうちにメモ。 参照 ライブラリとかのリンクはこっちのエントリに貼りました。 sshモジュールで別端末を操作 - YAMAGUCHI::weblog SFTPで操作する一例 基的にSFTPのコマンドがそのまま関数になってるので楽。こんな感じで使うっていうサンプルを備忘録として載せておく。 家のサンプルもめちゃくちゃわかりやすい。 ssh/demos/demo_sf

    sshモジュールでSFTPの操作 - YAMAGUCHI::weblog
  • jessenoller.com - SSH Programming with Paramiko | Completely Different

    OpenSSH is the ubiquitous method of remote access for secure remote-machine login and file transfers. Many people — systems administrators, test automation engineers, web developers and others have to use and interact with it daily. Scripting SSH access and file transfers with Python can be frustrating — but the Paramiko module solves that in a powerful way. This is a reprint of an article I wrote

  • 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

    kk6
    kk6 2012/04/04
  • 1