sftp - How do I use an SSH File Transfer Protocol client (Cyberduck) through two ssh "points" -


i trying log in computer @ work through cyberduck.

i can ssh computer fine must first ssh central system, ssh there computer.

is there way allow cyberduck ssh work computer, i.e. ssh twice @ once?

you can use e.g. putty set port forwarding, called ssh tunneling (for purposes such yours).

see https://the.earth.li/~sgtatham/putty/latest/htmldoc/chapter3.html#using-port-forwarding

alternatively can use sftp client supports natively, e.g. winscp. there's guide here:
https://winscp.net/eng/docs/guide_tunnel

note aside instructions, how using winscp native tunneling functionality (section section tunnel in winscp), guide shows, how tunnel winscp via putty (section section tunnel using putty sftp/scp session). if insist on using cyberduck, can replace winscp cyberduck in guide.

(i'm author of winscp)


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -