30 lines
553 B
INI
30 lines
553 B
INI
[ADMIN]
|
|
command = admin
|
|
shell = /bin/bash
|
|
names =
|
|
cranberry-adm
|
|
mogad0n-adm
|
|
maintenance = off
|
|
maintenance_scp = on
|
|
maintenance_text = This Maschine is in Maintanence Mode. However, you can copy files with `scp`, `rsync`, `sftp` or list files with `ls` without connecting to the maschine. I.e.
|
|
ssh ${HOSTNAME} ls -la
|
|
|
|
[DEFAULT]
|
|
image = ubuntu_user
|
|
suffix = _${USER}
|
|
homedir = /home/${USER}
|
|
shell = /bin/bash
|
|
greeting = Ready.
|
|
|
|
[test01]
|
|
image = test01
|
|
|
|
[test02]
|
|
image = test02
|
|
|
|
[test03]
|
|
image = test03
|
|
|
|
[cranberry-test]
|
|
image = cranberry-test
|