mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-21 04:39:07 +00:00
fix(ssh): do not enable ssh automatically
This commit is contained in:
@@ -108,6 +108,7 @@ class Session(BaseModel):
|
||||
run_command: Optional[str] = None # Command executed on start
|
||||
uid: Optional[int] = None # Store UID used
|
||||
gid: Optional[int] = None # Store GID used
|
||||
ssh: bool = False # Whether SSH server is enabled
|
||||
|
||||
|
||||
class Config(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user