Questions tagged [bastion-host]
57 questions
0
votes
0 answers
Unexpected protocol version 74 when connecting with terraform to AWS resource through BASTION / SOCKS5 tunnel
I have a MySQL database inside a private subnet on AWS. I need a MySQL Terraform provider to connect to this using a BASTION SOCKS5 proxy. The Terraform script is running on my PC. From my (Ubuntu) PC command line I can tunnel with SSH to the…

JannesH
- 33
- 1
- 1
- 8
0
votes
1 answer
Traefik Disable tls for only 1 container
Good morning,
I am setting up a bastion container, here is my compose docker file:
traefik:
restart: always
image: traefik
container_name: traefik
hostname: traefik
command:
- --log.level=info
…

Dimox
- 1
0
votes
0 answers
Trying to connect with python to a remote MongoDB cluster, protected via a bastion
I am trying to connect to a remote mongodb, with the following architecture, with python to query the database.
----------------------------------------------------------------------
|
-------------+ | …

Baptiste Bortot
- 1
- 1
0
votes
0 answers
Problems accessing to a RDS through a Bastion Host from a local K3s
I'm trying to build a local Kubernetes with K3s and I'm having problems to access to my RDD that is situated in the private Area of the VPN.
For now, I'm trying to deploy a Passbolt (https://artifacthub.io/packages/helm/cnieg/passbolt) and I'm…

Teachh
- 27
- 4
0
votes
0 answers
SSH connection vis Bastion server to Remote server using one command
I want to connect remote server using SSH. This remote server is only accesable vis bastion server. so we usually do this.
❯ ssh -A user@[**bastion server public IP**] -i ~/.ssh/server-access-private-key
then we get to bastion server, we need to…

Jin Lim
- 1,759
- 20
- 24
0
votes
0 answers
Is it possible to RDP connect to VM via Bastion using AAD account on non-domain-joined computer?
I have been using Bastion successfully to setup an RDP connection from my local machine to an Azure VM which is AAD joined. My laptop is also AAD registered and I was using the native client via Azure CLI.
However, I've just been provided with a new…

ASH
- 573
- 2
- 7
- 20
0
votes
0 answers
Is it possible to access the nodes in a Managed Service Fabric cluster directly?
In a project we've worked for a while with Service Fabric hosted in Azure in the normal way; i.e. we've been managing most of the SF infrastructure ourselves using Bicep templates.
Now we're considering moving to a Managed Service Fabric setup,…

Kjartan
- 18,591
- 15
- 71
- 96
0
votes
0 answers
How to connect SQLYOG to AWS RDS(not publically available)
I want to connect sqlyog to my AWS RDS which is in private subnet and not publically available,there is limited solution and documentation available on internet regarding sqlyog integration with aws rds please do guide me ,its been 3 weeks i am…

saad jaha kayani
- 11
- 2
0
votes
1 answer
how to write powershell script to check if the VM is jumpbox VM from a list of VMs in azure
Powershell script to retreive Jumpbox VM from a list of VMs, which VMs are all have jumpbox connection. How to differentiate Jumpbox VM from other VMs. The output will be like this VM is Jumpbox VM.
I have tried to retrive ip addresses, security…

Riya
- 1
- 1
0
votes
1 answer
Unable to Reach Internet from Private Ec2 with NAT Gateway
I am unable to ping google.com from my private EC2 instance in my AWS VPC.
I have a bastion set up in front of the private instance, and am connecting to it via guacamole. But once I login and run ping google.com, it hangs.
My security group…

fjjones88
- 267
- 4
- 16
0
votes
0 answers
jump host ssh identification doesn't work
Hi i actually got stuck , i'm trying to connect to a raspi with ssh with a bastion
i use a reverse ssh from the raspi to the bastion with this command
/usr/bin/autossh -o ServerAliveInterval=60 -NR 20054:localhost:22…

Rihyette
- 1
0
votes
1 answer
Access to jumpbox as normal user and change to root user in ansible
Here is my situation. I want to access a server through a jumpbox/bastion host.
so, I will login as normal user in jumpbox and then change user to root after that login to remote server using root. I dont have direct access to root in jumpbox.
$ ssh…

Muneeb K
- 457
- 1
- 9
- 21
0
votes
1 answer
Permission denied from Bastion to Private ec2
I have set up a bastion public ec2 host and also setup a private ec2 which security inbound rule is set to ssh from only bastion security group. But, there is two different scenario. I have added both private key to ssh-agent and i'm trying this…

hoq
- 3
- 3
0
votes
1 answer
Can any server be used as a bastion host?
I have a private RDS instance that I want to connect to using bastion host.
I've found a couple of tutorial on how to set it up which doesn't seem too advanced, but I struggle to understand what a bastion host actually is.
All the tutorials I've…

user3677636
- 331
- 3
- 14
0
votes
1 answer
AWS EC2 instance: Error while connecting to a private instance from a bastion host
In AWS, I have created a Bastion host (10.0.10.182) using Amazon Linux 2 and from there I am able to connect to a EC2 private subnet instance (10.0.20.121) (amazon linux 2). (However, this works fine only for the first time.)
After connecting to the…

user10321727
- 1
- 1