Skip to main content

Questions tagged [ssh]

Secure Shell; a network protocol that allows data transfer over a secure channel between two networked devices.

0 votes
1 answer
35 views

Cannot complete login due to an incorrect user name or password

Can someone help me solve my problem? I have a vCenter version 6.0.0.3 which was turned off for some reason. When I powered it back on, its network settings were deleted! And I couldn't log in with ...
ghafouri Mohammad's user avatar
0 votes
0 answers
11 views

Cannot ssh into host or access any hosted service, but WireGuard works

I'm having an extremely strange issue. I have an Ubuntu server running a few docker containers (including a WireGuard server) on my home network. It has the IP 192.168.1.208. The WireGuard port 51820 ...
techgenius101's user avatar
2 votes
0 answers
17 views

OpenSSH on Cygwin seems to implicitly assume that it should go into the background if ControlPersist is given

This command ssh -M -S skt -N -o ControlPersist=60 localhost when run from the Git Bash prompt on Windows, seems to behave as it were actually ssh -f -M .... That is, it implicitly forks a ...
Mark VY's user avatar
  • 121
0 votes
0 answers
53 views

Why isn't 127.0.0.1 in a list of known hostnames by default?

I was running an ansible script on a huge inventory of hosts, the inventory contained the IP address of the ansible control node itself, let's say 10.1.1.1 So naturally a bizarre situation happened: ...
cesq's user avatar
  • 101
0 votes
0 answers
42 views

What should remote IP be in configuring port forwarding

My server is running locally on port 7000. I want to access it remotely using public IP. I want to create a port forwarding what will be the below fields should look like given in the picture.
Pradeep L's user avatar
0 votes
1 answer
23 views

Powershell interfacing with MobaXTerm get's stuck when SSHing to IP

I have the following PowerShell code below: # SSH connection parameters $sshHost = "MyIP" $sshUsername = "MyUsername" $sshPassword = "MyPassword" # Commands to execute ...
sw29's user avatar
  • 1
0 votes
1 answer
15 views

Specifying a KexAlgorithms algorithm in sshd_config to mitigate Terrapin

Do I need to directly specify [email protected] under KexAlgorithms in sshd_config or does the "pseudo" KEX take effect anyway? I can't see clarity in the sshd docs. From what I ...
Woodstock's user avatar
  • 407
0 votes
0 answers
43 views

Access domain through another server (like tunneling?)

Is it possible, to route all traffic to and from abc.com on vserver-A through vserver-B? vserver-A and vserver-B are both simple debian VMs on the internet vserver-A should normally use the internet ...
Jonathan's user avatar
  • 123
0 votes
0 answers
51 views

ssh using private key still force me to insert password

I am trying to create a ceph cluster using the ceph-ansible and encountered something I don't understand: When I put the output of vagrant ssh-config in my ~/.ssh/config, I am able to connect to my ...
badger's user avatar
  • 101
0 votes
0 answers
18 views

SSH into Virtual machine issues

I recently set up an Ubuntu server inside a virtual machine and I have been trying to SSH into this VM from the host (using Oracle VirtualBox). I keep receiving a timeout error no matter what I try. I ...
Cullen Pugh's user avatar
0 votes
0 answers
62 views

How to pass a for loop commandline argument to kubectl exec shell when run over ssh

I am executing the following commands over ssh and then past it to kubectl exec. ssh -i 'path\to\file' user@host 'kubectl exec -i pod-name -- bash -c "du --max-depth=1 /home -h -t 10M | sort -hr &...
G.Ybamit's user avatar
0 votes
1 answer
33 views

How to copy SSH private key from Ubuntu to Windows?

I needed Ubuntu on my Windows laptop to work with remote servers, so I installed VMware to run Ubuntu on the same machine. Now I need to transfer the private key from Ubuntu on VMware to Windows to ...
Marjan Esehaghi's user avatar
0 votes
0 answers
47 views

`screen` takes forever to execute in a certain terminal over ssh

I have a weird issue with screen where it takes 10+ seconds to execute any command, even screen -v: $ time screen -v Screen version 4.09.00 (GNU) 30-Jan-22 ...
Rusty Key's user avatar
-1 votes
0 answers
64 views

How to upgrade SSH / SSHD cve-2024-6387

I am using Ubuntu 20 and my ssh version is (1:8.2p1-4ubuntu0.11). I need to update it but I cannot find how to do it. Setting the login grace time to 0 creates issues with scp call used to this ...
Mitzi's user avatar
  • 99
0 votes
0 answers
25 views

Putty Fatal Error: erver refused our key

I am establish an ssh connect from putty 0.81 to connect to the free oracle cloud ec2 I receive the following error when using PuTTY Release 0.74 Build platform: 64-bit x86 Windows: "No supported ...
Pepe's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
715