Я пытался подключиться к своему ноутбуку jupyter, который работает на моем удаленном сервере, чтобы я мог получить к нему доступ на своей локальной машине windows.
Это были шаги, которые я выполнил.
На моем удаленном сервере:
jupyter notebook --no-browser --port=8889
Затем на моей локальной windows машине
ssh -N -f -L localhost:8888:localhost:8889 *******@**********.de.bosch.com
Но я получаю ошибку
C:\>ssh -N -f -L localhost:8888:localhost:8889 *******@**********.de.bosch.com
Corrupted MAC on input.
ssh_dispatch_run_fatal: Connection to 10.82.134.38 port 22: message authentication code incorrect
Однако когда я пытался сделать то же самое на Microsoft Ubuntu WSL. Мне удалось подключиться успешно, а затем я смог подключиться, набрав jupyter notebook
на cmd.
ssh -N -f -L localhost:8888:localhost:8889 *****@*******.de.bosch.com
The authenticity of host '*****@*******.de.bosch.com (10.82.134.38)' can't be established.
ECDSA key fingerprint is SHA256:EMneQnZfl3uyH0xeH+LPnkib4v7lF24qdx5C1QnXkxI.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '*******.de.bosch.com' (ECDSA) to the list of known hosts.
Password: ******