-
Hi there,
This works great on a fresh pull, but it fails for subsequent pulls with this error: (I edited the source to print the error)
```
$ component ssh-proxy-install
Starting SSH Proxy Server
…
-
Currently SSH agent forwarding is broken on Windows (even on the latest [OpenSSH 8.9p1 release](https://github.com/PowerShell/Win32-OpenSSH/releases/tag/v8.9.1.0p1-Beta)).
```
PS C:\Users\ZeroCool…
-
I just started to test teleport. Installing a test cluster and connect a test vm was very easy. Direct ssh connections are working. And I also got the VS code official remote setup running via tsh tun…
-
**Do you read the FAQ?**
- [x] Yes.
**Describe the bug**
I am using proxy command to connect SSH/SFTP which is covered with SSH config file (~/.ssh/config). It works fine when I try to connect ss…
-
```
git clone https://github.com/RackHD/voyager-release
cd voyager-release\vagrant\voyager
D:\voyager-release\vagrant\voyager>vagrant up
+ set http/s proxy via ENV to http_proxy: http://proxy:3128…
-
SSH X Proxy command has exited with code 1
X Proxy command has exited with code 1
X Not connected
-
Using proftpd v1.3.8b with mod_proxy on Fedora 39 and trying to set up a DMZ-based FTPS proxy in private network space that will be used to access to a third party internet-based FTPS server that requ…
-
Hi ...
While using a global proxy, the credentials can easily be seen in the output of a ps -ef | grep ssh command like follows:
`local_uid 32508 32492 0 17:07 pts/2 00:00:00 sh -c ssh -p 22…
-
I am trying to use this action to trigger an ansible-playbook inside github actions. I read the documentation and inserted all secrets, even the optional ones. However I keep getting the error `Connec…
-
### Description
I have a docker compose file that uses a watch configuration. sync+restart
Everything works as expected, except I see that after every single save, my app restarts more than once …