Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
25 views

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 ...
yitopr's user avatar
  • 1
3 votes
1 answer
64 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
37 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
65 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
34 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
85 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
1 replies
23 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
107 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
121 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
74 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
162 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
149 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
109 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
56 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
87 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

15 30 50 per page
1
2 3 4 5
2003