Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
59 views

Since VSCode notoriously has problems forwarding the ssh agent from windows machines into remote linux ones, I would like to run the ssh-add -l command on the active terminal shell immediately upon ...
FLKR's user avatar
  • 75
0 votes
0 answers
102 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
92 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
72 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
0 answers
130 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
1 vote
0 answers
134 views

I am trying to automate SSH authentication on a jump server (bastion host) that requires both password and OTP. The script needs to: Connect to SSH with authentication Hand over control to the user ...
Hammad's user avatar
  • 21
2 votes
1 answer
83 views

I am consistently failing to connect to my CentOS server using the VS Code Remote - SSH extension. But I can connect and work successfully using a standard SSH client. The client PC and the server are ...
Kaine Ryder's user avatar
1 vote
1 answer
54 views

I have a paid account with PythonAnywhere, with MySQL DB. I am able to connect to DB using DBeaver and am also able to SSH using command prompt (ssh [email protected]). However when I ...
chhibbz's user avatar
  • 490
1 vote
2 answers
86 views

I'm working on an Azure DevOps pipeline Classic UI that deploys a software package to multiple Windows devices registered in Deployment Groups. The flow: Copying SSH Keys: We copy a private key file ...
alexis19apl's user avatar
0 votes
1 answer
227 views

I’m trying to connect ArgoCD to a private GitLab repository using SSH. I created a key pair and added the public key to GitLab. Then I configured the private key and repository URL ([email protected]....
parax's user avatar
  • 173
2 votes
1 answer
57 views

I run a custom SFTP Server using Paramiko that receives video files from NVR cameras and uploads it to a cloud storage. The flow is simple: The client (NVR) connects and authenticates, we write the ...
Raul Chiarella's user avatar
1 vote
1 answer
109 views

Goal Execute long running command remotely with the following capabilities: We can kill the task with its PID If task completes, its exit code should be written to file Task should be detached from ...
Kungfunk's user avatar
  • 115
3 votes
0 answers
73 views

I am using the LibGit2Sharp v0.31.0 release and trying to perform Git operations (like clone or fetch) over the SSH protocol. According to the release information, SSH is now supported through libgit2'...
BoomBoom's user avatar
0 votes
0 answers
67 views

Recently, I worked on an SSH terminal built with xTerm and dartssh2. In this project, I integrated a hidden TextField with several event listeners that directly send input to the terminal. Everything ...
Pankaj Joshi's user avatar
2 votes
1 answer
103 views

I am using git to host a LaTeX paper I'm writing on both my desktop and laptop. However, it has recently stopped working on the latter. One morning, I was able to clone and push over SSH just fine, ...
Experimental-Mathematics's user avatar

15 30 50 per page
1
2 3 4 5
2004