[Tensorboard] ssh 원격 시 포트포워딩
1
ssh -N -L 16006:localhost:6006 user@remote.host
local의 port : 16006
원격의 port : 6006 (tensorboard default port)
This post is licensed under CC BY 4.0 by the author.
1
ssh -N -L 16006:localhost:6006 user@remote.host
local의 port : 16006
원격의 port : 6006 (tensorboard default port)