pony-ssh icon indicating copy to clipboard operation
pony-ssh copied to clipboard

vscode plugin for fast remote editing over ssh

Results 13 pony-ssh issues
Sort by recently updated
recently updated
newest added

Pardon my ignorance, but is there a debug log I can look at? The error I'm getting does't really tell me the problem. ``` [2022-06-29 23:16:06] [error] Error connecting to...

Bumps [async](https://github.com/caolan/async) from 3.2.1 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...

dependencies

At the moment, when I open a terminal while using Pony SSH, I need to launch a remote shell with ssh manually. Would be amazing if this extension would auto-ssh...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

On windows 10, I added below conf to my settings.json. I'm using Mobaxterm, which manages pageant & server X. ``` "ponyssh.hosts": { "mylinux": { "host": "192.168.1.37", "username": "frederic", "privateKeyFile": "C:/pathtomykey/id_rsa",...

Please consider adding support for ssh config files or adding JumpHost support (accessing an ssh server over another ssh gateway). For details on how that looks on linux, see https://wiki.gentoo.org/wiki/SSH_jump_host

Heya, This plugin is really awesome and I wonder why its not part of the main VS Code suite, I love it! Just wanted to check if there is a...

Host Windows 10 Remote OpenBSD 7.0 VSCodium 1.66.2 PonySSH 1.5.0 (Open VSX) Remote Python 3.8.12 ```json "ponyssh.hosts": { "homelab": { "host": "remote", "username": "user", "password": true, "python": "/usr/local/bin/python3" } }...

Bumps [ssh2](https://github.com/mscdex/ssh2) from 0.8.9 to 1.4.0. Commits cde0b02 bump version to 1.4.0 56fd3de protocol/crypto: fix CBC decrypting in binding 918eb6d Protocol: add type check 4606d0e SFTP: increase max packet length,...

dependencies

I am having an issue using PonySSH 0.6.0 in the current vscode version 1.58.2. When trying to open up a folder per "Pony SSH: Open Remote folder" I get an...