30,023 questions
0
votes
0
answers
32
views
scp-action step fails while working locally with the same SSH key
I'm facing a problem with my GitHub Actions workflow. I have two steps at the end that are not being executed properly: one fails, and the other depends on it. Here's the relevant part of my workflow:
...
-2
votes
0
answers
33
views
Cloudflare One Hostname routes resolution of private hostname doesn't work [closed]
I am configuring Hostname Routes in Cloudflare Zero Trust to connect SSH using Cloudflare tunnel to my server using WARP application. So I was following the document from Cloudflare:
https://...
Best practices
0
votes
0
replies
28
views
SSH D2D Communication - PC and RaspBerry
I have some raspberrys that run some softwares, I want to be able to connect and configure then, update the software or extract some paramters. What are the Standards for D2D via SSH communication?
My ...
Advice
0
votes
0
replies
65
views
HowTo: Executing Powershell Scripts from Gitlab via Linux Runners
Goal
Let Powershell Scripts run on existing Linux Runners (Container based, Gitlab), which connect via SSH to Windows Server and execute the powershell scripts. Basically I wanted to replace Scheduled ...
1
vote
0
answers
55
views
Unable to connect Java Remote Debugger (JDB) over SSH to GitHub Actions instance
I'm trying to connect to a Java applications running in GitHub Actions with the Java Remote Debugger (JDB) over SSH.
Take a simple GitHub Actions workflow that:
opens an SSH connection to allow ...
3
votes
1
answer
102
views
Credential Use With New-PSSession for SSH
I am writing a Powershell 7 script that connects from a Windows 10 device to multiple Linux hosts via SSH. I want to enter the credentials once using Get-Credentials, however when I run the script, I ...
0
votes
1
answer
65
views
Can't connect in Jetbrains IDE RustRover to a remote docker via SSH (user/passord)
I can successfully ssh my remote linux mint host in my home (192.168) network and run commands like docker ps. The same config is set in my RustRover. I checked specifically that user/password is ok ...
Tooling
0
votes
8
replies
93
views
How to forward SSH for specific user to other server
Say you have an SSH server exposed to the outer web and a git server (or similar server that uses an SSH-based service) that is not publicly exposed but is locally addressable to the SSH server.
Your ...
0
votes
0
answers
47
views
VS Code Remote-SSH and Cursor stuck at "Checking .log and .pid"
I am experiencing a persistent hang when trying to connect to a specific remote server using VS Code (v1.108) and Cursor via Remote-SSH. The connection process indefinitely stalls at the "...
0
votes
0
answers
88
views
PHP exec() hangs during SSH command execution on RHEL 9 and returns no output or status
I am executing an SSH command on a remote host using PHP’s exec() function inside a foreach loop. Based on a condition, the command runs only during the 4th and 6th iterations. The same SSH command is ...
Advice
1
vote
3
replies
46
views
Do Github rules allow one to connect via SSH to their continuous integration machines?
I was wondering if Github rules allow me to connect via a reverse SSH to their continuos integration virtual machines and obtain a shell prompt in order to for example debug a failing release ...
0
votes
0
answers
116
views
Ubuntu VS Code Remote ssh connection failed
Today I used the VS Code plugin Remote-ssh to connect to the server in Ubuntu 22.04. However, it failed after I prompted the password and clicked Enter.
I have tried:
changing the setting of Remote-...
0
votes
1
answer
153
views
"...SSH Permission denied (publickey,password,keyboard-interactive)" when running python script as service on raspi [closed]
I have a python script that runs as a service on raspi, the script executes a bash script which then connects to a windows pc via SSH using a key.
I have successfully use the same code to connect to ...
1
vote
1
answer
76
views
SSH-bound Go CLI Daemon – SSH Connects Successfully, but No Input Accepted
I'm building a custom CLI daemon in Go for Ubuntu.
When I run the CLI locally (without SSH), everything works correctly — for example:
admin@admin> whoami
responds as expected.
However, after ...
2
votes
1
answer
205
views
Using `git lfs` with SSH on GitHub gets stuck at `git-lfs-transfer`
I noticed that git lfs operations (push or pull but especially push) with GitHub keep getting stuck running git-lfs-transfer. This is slowing down all of my git operations which call git lfs via hooks....