nobody explain how to connect, you are a master, thank you friend. Congratulations. You know enough to learn tuhis topics.
@lapsanches3 жыл бұрын
Congrats on the great video. It is clear and straightforward.
@hamzasabri56102 жыл бұрын
Thank you this is very nice, can we connect it without the key pair?
@nanolytics4703 жыл бұрын
could you specify the ssh details via dbeaver config SSH tab?
@rajiv16073 жыл бұрын
Another nice video Dan, keep it up
@gregoryzhang7433 жыл бұрын
This is very clear, thanks!
@renatospaka2 жыл бұрын
Awesome. However, there is a question: does the tunnel run over an SSL e2e connection? If there is a sniffer around, can s/he hack the tunnel?
@phaninv62243 жыл бұрын
Is it possible to record ssh tunnel sessions who are using it ?
@abdelkerimlemaadi18552 жыл бұрын
Thank's for this video but i got this error [Warning: Identity file key_name.pem not accessible: No such file or directory Permission denied (publickey,gssapi-keyex,gssapi-with-mic).] when i add the commend 'ssh -N -i....' How can i fix it ?
@TonyReiser-wr1ts3 ай бұрын
You need to change the permissions of the key eg chmod 600 (key name).pem
@megadani15662 жыл бұрын
Hello, if i get errors when i add commend 'ssh -N -i....'??? I got an permission error like 'publickey,gssapi-keyex....). My pem key is in my local machine.
@PiyushBajaj3 жыл бұрын
Thanks! it works!
@kazakman77723 жыл бұрын
ok but lest say u got 1 priv ec2 in priv subnet and rds in priv subnet as well. HOW DO U CONNECT TO PRIVA EC 2 AND THEN TO RDS???
@panagiotisveranoudis30253 жыл бұрын
you can't, the whole concept of bastion, is to exist in the public subnet, so internet facing. You can still improve the security by only allowing to connect to your bastion instance only from your IP (create a security group, MyIP as resource, and attach that to your bastion), so then only you can access the bastion and then your rds.hope that helps.