Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of -4
0 answers
37 views

I have a GitHub Actions step that SSHes into a server and writes a secret to a file using a heredoc: - name: SSH Deploy run: | ssh user@host << 'ENDSSH' printf '%s' "$...
Score of -1
0 answers
115 views

I am using WSL2 to connect to a remote machine via SSH. I am running a Docker container on that remote machine with bind mounts that I want to hot-reload from host to container or vice versa, but ...
Score of 1
1 answer
165 views

TL;DR: what am I doing wrong with the commented out sock.connect()? I can manage to connect via SSH with the code below (with sock.connect() and ssh.connect() commented out), but uncommenting it ...
Score of 0
3 answers
197 views

There's been a recent argument being made that SSM is safer (or more secure) than SSH. While this may be true for very specific cases, I tend to disagree with the blanketing statement that SSM is ...
Score of 0
0 answers
179 views

I am trying to clone a large project that has many submodules. The main project clones fine. But when it gets to the submodules, it stops and says: # Running a blobless partial clone recursively fails ...
Score of 0
1 answer
83 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 ...
Score of -2
2 answers
198 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 ...
Score of 0
3 answers
109 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 ...
Score of 0
0 answers
76 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: ...
Score of 0
0 answers
39 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 ...
Score of 0
0 answers
124 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 ...
Score of 1
0 answers
93 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 ...
Score of 3
1 answer
189 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 ...
Score of 0
1 answer
137 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 ...
Score of 0
2 answers
178 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 ...

15 30 50 per page
1
2 3 4 5
1999