You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just checked your latest release (2.2.3). But I have a crashe, I don't understand why...
Some info:
$ lsb_release -av
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
$ bash --version
GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
$ nohup --version
nohup (GNU coreutils) 8.32
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Jim Meyering.
$ tofu --version
OpenTofu v1.6.1
on linux_amd64
Hi,
I just checked your latest release (
2.2.3
). But I have a crashe, I don't understand why...Some info:
My tofu code:
I made minor changes on tunnel.sh (replace
bash
calls tobash -x
). You can check in debug mode, the output:The SSH command
ssh -o StrictHostKeyChecking=no -o PasswordAuthentication=no -N -L 127.0.0.1:23727:10.10.0.104:3306 -p 22 my.bastion.tld
works fine.Any idea?
The text was updated successfully, but these errors were encountered: