# connect を Homebrew, Nix, scoop, winget でインストール

connect のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:connect
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install connect
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#connect
```

  証拠: nixpkgs package indexes: pkgs/by-name/co/connect/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/connect
```

  証拠: Scoop official bucket manifest trees: bucket/connect.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Adobe.AdobeConnect -e
```

  証拠: Windows Package Manager source index: Adobe.AdobeConnect from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:connect
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.106
- **ソース概要:** Provides SOCKS and HTTPS proxy support to SSH
- **ホームページ:** <https://github.com/gotoh/ssh-connect>
- **リポジトリ:** <https://github.com/gotoh/ssh-connect>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- connect (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.106
## プロジェクトの歴史と使われ方

connect, upstreamed as ssh-connect/connect.c, is a small proxy relay intended for OpenSSH ProxyCommand use. It lets SSH cross SOCKS and HTTP CONNECT proxies without embedding those proxy mechanisms in OpenSSH itself.

### プロジェクトの歴史

The official README explains the origin plainly: OpenSSH delegated proxying to the ProxyCommand mechanism, and connect.c was made for that purpose. The tool stayed intentionally small, portable, and independent from OpenSSH.

### 採用の歴史

The package persists because corporate and campus networks still put SSH behind SOCKS or HTTPS proxies. Input metadata lists it for Homebrew, Nix, and Scoop, which fits its cross-platform C design.

### 使われ方

Users normally compile or install the single connect binary and reference it from ~/.ssh/config with a ProxyCommand line. The README documents SOCKS4, SOCKS4a, SOCKS5, HTTP CONNECT, proxy credentials, debug mode, and local socket relay behavior.

### パッケージ好きにとっての重要性

connect is packaging old-school Unix glue: one C file, one binary, and one exact job. Its significance is that it packages an OpenSSH extension pattern rather than a standalone network service.

### タイムライン

- 2000s: README-era revision strings and tags show a long-lived single-purpose C utility.
- 2026: Input package metadata still lists connect in multiple package managers.

### Related projects

- OpenSSH ProxyCommand is the interface connect is designed to serve.
- SOCKS and HTTP CONNECT proxies are the network mechanisms it relays through.

### ソース

- <https://github.com/gotoh/ssh-connect>


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.ssh/config
## 他のパッケージマネージャ記録

- Nix - connect: normalized package name match | nixpkgs package indexes: pkgs/by-name/co/connect/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/connect: normalized package name match | Scoop official bucket manifest trees: bucket/connect.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Adobe.AdobeConnect: normalized package name match | Windows Package Manager source index: Adobe.AdobeConnect from https://cdn.winget.microsoft.com/cache/source.msix
- winget - CyberHive.Connect: normalized package name match | Windows Package Manager source index: CyberHive.Connect from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/connect.yml](https://github.com/mxcl/pkgdb/blob/main/combined/connect.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
