orchard/internal/command
Nikolay Edigaryev d59bc7f8a7
Orchard Controller: implement an SSH server that acts as a jump host (#179)
* proxy.Connections(): require io.ReadWriteCloser instead of net.Conn

* Orchard Controller: implement an SSH server that acts as a jump host

* Issue a warning if the name used will be invalid in the future

* Further restrict uppercase characters in names in the future

The rationale is similar to https://github.com/kubernetes/kubernetes/issues/71140.

We won't want to munge the user's input and introduce subtle bugs doing
lowercase comparisons.
2024-06-11 19:32:45 +04:00
..
context Association flow improvements for "orchard context create" and better URL crafting (#149) 2023-11-21 18:43:42 +04:00
controller Orchard Controller: implement an SSH server that acts as a jump host (#179) 2024-06-11 19:32:45 +04:00
create Orchard Controller: implement an SSH server that acts as a jump host (#179) 2024-06-11 19:32:45 +04:00
deletecmd Always require a client for running a worker (#52) 2023-03-24 17:44:20 +04:00
dev Worker: better cleanup mechanisms (#139) 2023-09-28 19:09:43 +00:00
get Introduce "orchard get worker" command (#127) 2023-09-13 23:50:58 +04:00
list Worker: better cleanup mechanisms (#139) 2023-09-28 19:09:43 +00:00
logs Fixed `logs` gluing the lines together. (#87) 2023-06-04 09:42:02 +00:00
pause Implement restart policy for VMs (#83) 2023-04-24 19:30:08 +04:00
portforward Introduce "orchard {port-forward, vnc} worker WORKER_NAME" (#140) 2023-10-09 18:51:34 +04:00
resume Introduce "orchard pause" and "orchard resume" commands (#73) 2023-04-07 22:59:41 +04:00
set Support for sharing files with the host system (#103) 2023-07-04 18:10:53 +04:00
ssh Switch from golang.org/x/net/websocket to nhooyr.io/websocket and handle NotFound errors (#105) 2023-07-04 18:10:41 +04:00
vnc Introduce "orchard {port-forward, vnc} worker WORKER_NAME" (#140) 2023-10-09 18:51:34 +04:00
worker Introduce `--bootstrap-token-stdin` and `--{username,password}` (#160) 2024-04-04 15:55:07 +04:00
root.go Support for sharing files with the host system (#103) 2023-07-04 18:10:53 +04:00