Skip to main content
Filter by
Sorted by
Tagged with
-8 votes
0 answers
92 views

While doing: ssh -i somekey.pem [email protected] on a recent macOS, I see: Are you sure you want to continue connecting (yes/no/[fingerprint])? Is [fingerprint] the macOS biometric ...
Paul Verest on LinkedIn's user avatar
-2 votes
0 answers
127 views

I have a GitHub Actions workflow which deploys a Vue project on a shared host. But this script wipes out the entire server including mails, ssh keys, other projects; absolutely everything that is on ...
KSPR's user avatar
  • 2,461
Advice
0 votes
2 replies
71 views

I use node js , So i am creating a application for deployment with SSH or docker , for now in SSH , i do like Asking inputs as ssh_host , ssh_user , remote path and ssh_key , however i use crypto ...
Vicky's user avatar
  • 27
-3 votes
2 answers
117 views

I have an Azure Function, written in Python, that copies a file via SFTP using paramiko and loads data from that file to a database. The private key file that I use to authenticate the connection was ...
gigagondy's user avatar
Best practices
0 votes
7 replies
87 views

I have a bare git on a remote server (no github or other type of managed git; just a git). I created a ssh "git" user, with restricted perm and only git-shell access. I intend to manually ...
fpierrat's user avatar
  • 818
0 votes
0 answers
50 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
Best practices
0 votes
0 replies
34 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
85 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
72 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
127 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
94 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
114 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
63 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
99 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
73 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

15 30 50 per page
1
2 3 4 5
2001