포스트

[Tensorboard] ssh 원격 시 포트포워딩

1
ssh -N -L 16006:localhost:6006 user@remote.host

local의 port : 16006

원격의 port : 6006 (tensorboard default port)

이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.