Skip to main content

Questions tagged [openssh]

OpenSSH is the most widespread and de-facto standard implementation of SSH protocol. Both server and client tools are included.

0 votes
0 answers
12 views

OpenSSH SFTP server - Disable/don't respond to keepalive packets [closed]

I can find tons of sites explaining how to keep SSH connections alive... but nothing about how to prevent someone from keeping a connection alive if I, the server owner, doesn't want them to. For ...
Joseph Fry's user avatar
0 votes
1 answer
14 views

Issues properly configuring ssh public keys for server connection

i have been trying to set up a lan only ssh server so i can access high powered computing from my android phone as well. i simply wish to work on programming problems while laying down as i am ill. i ...
mindoverflow's user avatar
-1 votes
0 answers
33 views

X11 forwarding request failed on channel 0 in the CentOS7 after updating openssh [closed]

After updating openssl and openssh, I got trouble with server. (base) ichan-yeong@ichan-yeong-ui-noteubug LAB_local % ssh -X ID@server X11 forwarding request failed on channel 0 [chanyeong:~]$ xclock ...
이찬영's user avatar
-1 votes
0 answers
20 views

How to clone a project via OPENSSH PRIVATE KEY in github [closed]

So the issue that I'm facing currently is someone has given me their OpenSSH private key alongside a repo name which is private and the GitHub username which I don't have access to, this is the format ...
the preacher's user avatar
-2 votes
0 answers
28 views

What is the default ControlPath used by OpenSSH [closed]

Suppose I type ssh -M localhost ... ssh does not print any errors and connects successfully after prompting me for my password. Thus I assume that it went into master mode and future connections can ...
Mark VY's user avatar
  • 1,623
1 vote
1 answer
59 views

is there a way to output and consume binary files on stdout/stdin of powershell?

I am expierencing an issue with a powershell script which doesn't work whereas dotnet application with the same commands works. I believe the problem is related to encoding, I think in powershell the ...
Lawrence Kok's user avatar
  • 1,588
-2 votes
0 answers
37 views

How to Decrypt Windows EC2 password that was encrypted with a OpenSSH private key (3072 bit) using Python? [closed]

Although there were couple of article that addresses the Decrypting of Windows EC2 password in Python. Decrypting Windows EC2 password in Python How to decrypt Windows EC2 instance password that was ...
Prem's user avatar
  • 1
1 vote
1 answer
92 views

I can't establish a connection with a ssh server with VsCode

In this month i always connected to a ssh server with vscode ssh connection, and the only thing i do to close my connection is close the window. But this time i can't reconnect due to an error. This ...
checco's user avatar
  • 11
-1 votes
0 answers
16 views

How can the -O option for scp transfers be used to override openSSH 9 default of sftp? [closed]

Changes to default behavior of scp from openSSH version 8 to version 9 require using scp with -O option to override the default use of the sftp protocol. How can scp be configured to use the older ...
Thomas Freedman's user avatar
0 votes
0 answers
7 views

Detect verbosity level during ssh connection establishment

Is it possible to detect the verbosity level from a script during the ssh matching/connection process? (I'm using OpenSSH_8.9p1) Sample: ~/.ssh/config MATCH originalhost "somehost" exec &...
jeb's user avatar
  • 80.9k
0 votes
1 answer
57 views

Ruby's Net::SSH is limited to 3 authentication tries while OpenSSH client is not

I'm having a really weird problem where when I connect to an SSH server (that has a pretty standard default configuration, including a default MaxAuthTries of 6) using Net::SSH, the connection fails ...
Guss's user avatar
  • 31.8k
-1 votes
1 answer
63 views

Net::OpenSSH not running the command?

I'm trying to get started using the Net::OpenSSH module and am running into issues. I've tried a few different methods I've found online, but I dont seem to be able to get the output from a command on ...
Jason M's user avatar
  • 173
-1 votes
0 answers
20 views

Without File of private key use from server -> Caused by: com.jcraft.jsch.JSchException: invalid privatekey

I want to use private key in below codebut this key not in file but in server. I get that form server as string fomate like below: -----BEGIN OPENSSH PRIVATE KEY----- ...
Mansi Adroja's user avatar
0 votes
1 answer
16 views

openSSH Client Connection to EC2 Instance Permission setting

I want to establish a SSH connection to EC2 Instances on AWS using the onboard OpenSSH client on windows 11. The Client is installed and running (checked with Get-Service sshd). I also created a .ssh\...
aerioeus's user avatar
  • 1,408
0 votes
0 answers
69 views

SCP hangs during GitLab CI pipeline run

I want to use SCP to deploy artifacts from a build server to a webserver. I am using GitLab CI. In the gitlab-ci.yaml file, if I include a stage to SCP files between the servers, as in this simple ...
Shayaan's user avatar
  • 16

15 30 50 per page
1
2 3 4 5
94