30,043 questions
-2
votes
0
answers
25
views
Emacs wont let me scroll when I ssh [closed]
When I ssh into a machine where once I open a file (say a txt file) using the emacs -nw file.txt command, I lose the ability to scroll along the emacs buffer with the contents of the file. When I ...
3
votes
1
answer
64
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
37
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
65
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
34
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
85
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
1
replies
23
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
107
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
121
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
74
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
162
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....
1
vote
0
answers
149
views
Python SSH automation. Child process communication issues with /dev/tty
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 ...
2
votes
1
answer
109
views
VsCode SSH Fails to Connect to CentOS: Failed to parse remote port from server output
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 ...
1
vote
1
answer
56
views
PythonAnywhere SSH working in CMD but not in Notebook
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 ...
1
vote
2
answers
87
views
PowerShell/ADO Pipeline: SSH Fails with key file in .ssh folder (space in path), fingerprint not accepted
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 ...