タグ

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

タグの絞り込みを解除

sshに関するaufhebenのブックマーク (3)

  • proxy 経由で 社内から github にアクセスする方法 - secretbase.log

    簡単そうでなかなかできませんでしたが、ssh経由 github にアクセスできましたのでその作業手順をご紹介します。 環境 Windows XP cygwin http://www.cygwin.com/ git や ssh など必要なパッケージはcygwinインストール時に選択していること github のアカウント https://github.com/ つかったもの connect.c http://www.meadowy.org/~gotoh/ssh/connect.c connect.c の準備 まず connect.c をダウンロードして適当なディレクトリにおきます。下記は tools を作成してその下におきました。 ソースコードのコメントに記載してあるように、コンパイルします。 tkondou@hostname ~/tools $ gcc connect.c -o conne

    proxy 経由で 社内から github にアクセスする方法 - secretbase.log
  • SSH Proxy Command -- connect.c

    connect.c is the simple relaying command to make network connection via SOCKS and https proxy. It is mainly intended to be used as proxy command of OpenSSH. You can make SSH session beyond the firewall with this command, Features of connect.c are: Supports SOCKS (version 4/4a/5) and https CONNECT method. Supports NO-AUTH and USERPASS authentication of SOCKS You can input password from tty, ssh-ask

  • wps-C » sshで、サーバ側へ環境変数を引き渡す方法 – ssh AcceptEnv PermitUserEnvironment

    以前以下の日記で、 sshのX転送を利用してリモートでXクライアントを実行した際、 Xの日本語入力機能が有効にならない、という現象のトラシューを行った。 SSHのX転送利用時に、日語IMEが有効にならない件 – 2009/03/06 wps-b 原因は、リモートで環境変数(XMODIFIERS)が設定されていなかったため、と解った。 以前の日記では、リモートの.bashrc等に環境変数の定義を行って回避した。 sshでリモートに接続 シェルからxクライアントの起動 以前想定していた操作は上記2ステップでの実施。 上記の順番でアプリを起動する場合は、以前の処置で問題ない。 しかし以下のように実施した場合は、問題がある。 $ ssh -X -Y sshsv firefox sshでsshsvへ接続して直接firefoxを起動する場合の、コマンド入力例。 この場合は、シェルの起動スク

    aufheben
    aufheben 2011/12/15
  • 1