Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
32 views

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: ...
igortorati's user avatar
-2 votes
0 answers
33 views

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://...
Yeji's user avatar
  • 35
Best practices
0 votes
0 replies
28 views

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 ...
David Amato Mantegari's user avatar
Advice
0 votes
0 replies
65 views

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 ...
Threepwood's user avatar
1 vote
0 answers
55 views

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 ...
JackPGreen's user avatar
  • 1,168
3 votes
1 answer
102 views

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 ...
Evan's user avatar
  • 51
0 votes
1 answer
65 views

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 ...
Dmitry's user avatar
  • 769
Tooling
0 votes
8 replies
93 views

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 ...
notgapriel's user avatar
0 votes
0 answers
47 views

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 "...
Dream's user avatar
  • 1
0 votes
0 answers
88 views

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 ...
Balaji Sekar's user avatar
Advice
1 vote
3 replies
46 views

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 ...
Scrooge McDuck's user avatar
0 votes
0 answers
116 views

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-...
mo gigigko's user avatar
0 votes
1 answer
153 views

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 ...
zorodluffy's user avatar
1 vote
1 answer
76 views

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 ...
Aditya Paluskar's user avatar
2 votes
1 answer
205 views

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....
sciencectn's user avatar
  • 1,571

15 30 50 per page
1
2 3 4 5
2002