Masalah: Anda mencoba terhubung ke soket TCP yang salah.
Solusi:
Di beberapa klien Linux, localhost di-resolve ke alamat loopback IPv6 (::1). Periksa hal ini dengan menggunakan ping -c 1 localhost. Jika perintah ini menampilkan alamat IPv6, gunakan -L 8080:127.0.0.1:8080 (bukan -L 8080:localhost:8080) dalam perintah gcloud compute ssh.
Pastikan Anda terhubung ke http://localhost:8080
(bukan https://localhost:8080) di klien lokal.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-03-27 UTC."],[[["A JupyterLab session is initialized when you start a Deep Learning VM Images instance."],["You can set up SSH port forwarding to access your JupyterLab session through a local browser using the `gcloud compute ssh` command."],["The `gcloud compute ssh` command requires you to specify your project ID, zone, and instance name."],["If using Cloud Shell, you might need to add a `-4` flag to the SSH command to connect via IPv4."],["If you encounter connection issues, ensure you are using the correct localhost IP address (127.0.0.1 instead of ::1) and protocol (http instead of https)."]]],[]]