ปัญหาเกี่ยวกับการรับรองความถูกต้อง ssh:
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: bridged
==> default: Forwarding ports...
default: 22 => 2222 (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default: Error: Connection timeout. Retrying...
default: Error: Connection timeout. Retrying...
default: Error: Connection timeout. Retrying...
default: Error: Connection timeout. Retrying...
default: Error: Authentication failure. Retrying...
default: Error: Authentication failure. Retrying...
default: Error: Authentication failure. Retrying...
default: Error: Authentication failure. Retrying...
default: Error: Authentication failure. Retrying...
ฉันสามารถCtrl+C
ออกจากห่วงการตรวจสอบแล้วประสบความสำเร็จใน ssh ด้วยตนเอง
ฉันทำตามขั้นตอนต่อไปนี้ในกล่องผู้เยี่ยมชม:
เปิดการใช้งานสำหรับ
Remote Login
All Users
สร้าง
~/.ssh
ไดเรกทอรีด้วย0700
สิทธิ์สร้าง
~/.ssh/authorized_keys
ไฟล์ที่มี0600
สิทธิ์วางกุญแจสาธารณะนี้ ลงใน
~/.ssh/authorized_keys
ฉันได้ลองใช้เครือข่ายส่วนตัว (hostonly) แทนเครือข่ายสาธารณะ (bridged) โดยใช้บรรทัดนี้ใน Vagrantfile:
config.vm.network "private_network", ip: "172.16.177.7"
ฉันได้รับผลลัพธ์เดียวกัน (ยกเว้นAdapter 2: hostonly
) แต่ไม่สามารถ ssh ด้วยตนเองได้
config.vm.network "private_network", ip: "10.0.0.100"
ฉันยังพยายาม
ฉันยังลองตั้งค่าconfig.ssh.password
ใน Vagrantfile สิ่งนี้จะส่งออกSSH auth method: password
แต่ก็ยังไม่ได้ตรวจสอบ
และฉันก็ลองสร้างกล่องขึ้นมาใหม่และตรวจสอบทั้งหมดข้างต้นอีกครั้ง
ดูเหมือนว่าคนอื่น ๆ จะประสบความสำเร็จกับการกำหนดค่านี้ดังนั้นจะต้องมีบางสิ่งที่ฉันทำผิด
ฉันพบกระทู้นี้และเปิดใช้งาน GUI แต่ไม่ได้ช่วย
config.ssh.private_key_path = "~/.ssh/id_rsa"
มีการลบบรรทัดนี้จะทำให้การจัดเตรียมงาน