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
Steps to Reproduce:
I'm creating the rancher cluster using ansible. The ansible connects to VMs using Username and Password.
But while running rke up command I'm getting error as
Failed to set up SSH tunneling for host []: Can't establish dialer connection: Error while reading SSH key file: open .ssh/id_rsa: no such file or directory.
I don't want to connect through ssh keys, I want to connect using username and password.
is there any option for that?
Results:
The text was updated successfully, but these errors were encountered:
This repository uses an automated workflow to automatically label issues which have not had any activity (commit/comment/label) for 60 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the issue in 14 days. Thank you for your contributions.
RKE version:
2.7.9
Docker version: (
docker version
,docker info
preferred)23.0.6
Operating system and kernel: (
cat /etc/os-release
,uname -r
preferred)NAME="Red Hat Enterprise Linux Server"
VERSION="7.9 (Maipo)"
ID="rhel"
kennel: 3.10.0-1160.81.1.el7.x86_64
Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO)
VirtualBox
cluster.yml file:
Steps to Reproduce:
I'm creating the rancher cluster using ansible. The ansible connects to VMs using Username and Password.
But while running rke up command I'm getting error as
I don't want to connect through ssh keys, I want to connect using username and password.
is there any option for that?
Results:
The text was updated successfully, but these errors were encountered: