chrome-ssh-agent icon indicating copy to clipboard operation
chrome-ssh-agent copied to clipboard

SSH Agent for use with Google Chrome's Secure Shell extension

Results 23 chrome-ssh-agent issues
Sort by recently updated
recently updated
newest added

An example run: https://github.com/google/chrome-ssh-agent/runs/7818213408 The error we get is "timeout waiting for Xvfb", and this happens for the end-to-end tests. It happens during initialization of Selenium (https://github.com/tebeka/selenium/blob/e9100b7f5ac11727841302026707e3961ba14712/service.go#L377).

Implement a mutex around [BigStorage](https://github.com/google/chrome-ssh-agent/blob/master/go/chrome/bigstorage.go) operations to prevent cleaning up chunks that may be referenced. This is now technically possible since `Delete()` is no longer an atomic operation; it deletes...

It would be great to support the confirm mechanism that exists in the [SSH agent protocol](https://tools.ietf.org/html/draft-miller-ssh-agent-02#section-4.2.6.2). Currently when loading a key through `ssh-add` with the [`-c` option](https://www.ssh.com/ssh/add#sec-code-ssh-add-code-Command-Line-Options), the key will...

enhancement

Chrome is requiring all extensions to move to Manifest V3 in Chrome, which means using [Service Workers](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-overview/#service-workers) instead of a persistent background page. Service Workers have the Chrome will forcibly...

bug

A popular method to work with chrome extensions from Opera is to first add chrome-extensions from https://addons.opera.com/en/extensions/details/install-chrome-extensions/ after that one can add chrome-ssh-agent. I've done this but the add-on does...

Kinda missing the point of the "private" in "private key" if the key is synchronised to all of my Chrome-using devices.

enhancement

In my setup, the SSH keys alone are not sufficient for authentication, if not accompanied with a [SSH certficate](https://man.openbsd.org/ssh-keygen.1#CERTIFICATES). With OpenSSH, certificates are automatically loaded into the ssh-agent after calling...

enhancement

Bumps [@bazel/typescript](https://github.com/bazelbuild/rules_nodejs/tree/HEAD/packages/typescript) from 5.6.0 to 5.7.0. Release notes Sourced from @​bazel/typescript's releases. 5.7.0 Update WORKSPACE: http_archive( name = "build_bazel_rules_nodejs", sha256 = "c29944ba9b0b430aadcaf3bf2570fece6fc5ebfb76df145c6cdad40d65c20811", urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.0/rules_nodejs-5.7.0.tar.gz"], ) # or for the...

dependencies
javascript

Bumps [@bazel/esbuild](https://github.com/bazelbuild/rules_nodejs/tree/HEAD/packages/esbuild) from 5.5.4 to 5.7.0. Release notes Sourced from @​bazel/esbuild's releases. 5.7.0 Update WORKSPACE: http_archive( name = "build_bazel_rules_nodejs", sha256 = "c29944ba9b0b430aadcaf3bf2570fece6fc5ebfb76df145c6cdad40d65c20811", urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.7.0/rules_nodejs-5.7.0.tar.gz"], ) # or for the...

dependencies
javascript

From a review left on the Chrome Webstore: "would be great to be able to activate by default the ssh-agent option in the chrome shell."

enhancement