infrataster icon indicating copy to clipboard operation
infrataster copied to clipboard

Support multi-hop SSH forwarding.

Open ryotarai opened this issue 10 years ago • 0 comments

Server.define(:a, ...)
Server.define(:b, from: :a)
Server.define(:c, from: :b)

a -> b -> c

ryotarai avatar Apr 21 '14 15:04 ryotarai