herd icon indicating copy to clipboard operation
herd copied to clipboard

Massively parallel ssh client

Results 21 herd issues
Sort by recently updated
recently updated
newest added

Theoretically this would fix https://github.com/seveas/herd/issues/24 which is oversensitive in reporting openssh configuration issues.

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Herd's SSH configuration parser is really noisy when my ssh configuration is using OpenSSH features: ```shellsession ❯ herd run ERRO[0000] Ignoring invalid ssh config line: IdentityFile=~/.ssh/id_rsa ERRO[0000] Ignoring invalid ssh...

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.56.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...

dependencies

Bumps [tailscale.com](https://github.com/tailscale/tailscale) from 1.38.1 to 1.38.2. Release notes Sourced from tailscale.com's releases. 1.38.2 All Platforms rename tailnet lock tskey-wrap to tailnet lock sign FreeBSD fixes a bug setting the effective...

dependencies

Using https://github.com/golang/crypto/pull/205 rebased on top of x/crypto master, we can now connect using ControlMaster connections. Won't be merged until that PR is in, as I really don't want to use...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

What we're using is apparently deprecated. So let's use whatever is current.

Allow for accurate `herd show` with timestamps.