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
0 answers
41 views

Establish Passwordless SSH Connection Between Server and Host

I have a problem to establish Passwordless SSH Connection between EC2 Server and EC2 Host using the ssh-copy-id Command: ssh-copy-id remote_username@remote_IP_Address Noting that i can ssh to the ...
Mostafa Nabil's user avatar
1 vote
1 answer
32 views

VirtualBox to Docker on WSL2 with SSH

I am struggling trying to establish a SSH connection from my VirtualBox VM to a Docker Container which runs on WSL2. The SSH runs with the following port and IP-addresses: WSL2 Port 22, IP 192.168.41....
Kai78's user avatar
  • 11
0 votes
0 answers
22 views

SSH auth with server, using 1password ssh-agent

I'm trying to connect to a server I host on my local network, using SSH publickey authentication. I'm using the 1password SSH agent. When I make a request (using -vvvvvv for verbose logging) I can see ...
James's user avatar
  • 101
0 votes
0 answers
75 views

Cannot complete login due to an incorrect user name or password

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 the vCenter root password; it showed an ...
ghafouri Mohammad's user avatar
0 votes
0 answers
12 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
32 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
17 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
49 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
53 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
68 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
35 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

15 30 50 per page
1
2 3 4 5
715