Ferreteria/v0.6/clade/IO/Aspect/Connx/Plug/Shell/Remote

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | clade‎ | IO‎ | Aspect‎ | Connx‎ | Plug‎ | Shell
Revision as of 22:38, 10 December 2025 by Woozle (talk | contribs) (Created page with "{{page/clade/v2 |fam= {{!}} align=right {{!}} <code>{{l/ver/clade|IO\Aspect\Connx\Plug|Shell}}</code> {{!}} align=center {{!}} ⇒ <code>{{l/ver/clade|IO\Aspect\Connx\Plug\Shell|Remote}}</code> ⇒ {{!}} align=left {{!}} <code>{{l/ver/clade|IO\Aspect\Connx\Plug\Shell\Remote|SSH}}</code> |alia= {{!-!}} '''Base'''* [ca,i] {{!!}} <code>{{l/ver/clade/full|IO\Aspect\Connx\Plug|Shell}}</code> {{!-!}} '''CredsIface {{!!}} <code>{{l/ver/clade/full|IO\Aspect|Creds...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
clade: IO\Aspect\Connx\Plug\Shell\Remote
Clade Family
Shell Remote SSH
Clade Aliases
Alias Clade
Base* [ca,i] IO\Aspect\Connx\Plug\Shell
CredsIface IO\Aspect\Creds
TunnelIface IO\Aspect\Connx\aux\Tunnel
Subpages

About

  • Purpose: a shell connection to a remote machine

History

  • 2025-03-15 rebuilding, code was in the ItWent class, how did this ever even work??

Code

as of 2025-12-10:

interface iRemote extends BaseIface {
    function NewTunnel(CredsIface $oICreds, ?int $nPortLocal=NULL) : TunnelIface;
}
abstract class caRemote extends BaseClass implements iRemote {}