LDoms Community CookbookContentsIn this Section ... |
Section IntroductionThis section provides examples of procedures that affect the security of your Logical Domains Environment. Virtual Network Terminal Service Daemon (vntsd)Using ssh to connect to virtual consoles(Adapted from and email thread by Javier Conde)While the current implementation of LDoms utilizes a telnet client to connect to the virtual network terminal server daemon (vntsd), and only connections to localhost area allowed by default, it is possible to execute the telnet command via an ssh "wrapper". This requires a local user to have permissions to connect to the primary (or service domain providing the vntsd). It may be achieved with the following command: remote_host# remote_host$ ssh <user>@<remote service domain> telnet <port> For example
Solaris Minimization and LDoms(Adapted from an email thread by Alex Noordergraaf)LDoms is fully supported on minimized Solaris installations!Just wanted to make sure everyone realized that LDoms, Solaris minimization, and supported could be used in the same sentence Just to be clear LDoms fully supports minimization of all four types of domains (and has since v1.0.1): 1) Control domains Version 4.2 of the Solaris Security Toolkit, which has been bundled with LDoms since its release, includes a JumpStart profile which is a recommended baseline for minimization of the control/root/service domains. Guest domains can be minimized just as any other Solaris instance. This profile (minimal-ldm_control.profile) contains the following required packags and clusters: # Start with the minimal required number of packages, Core Distribution. |
Comments (1)
Feb 26, 2009
meierch says:
to connect by ssh to the console you need to allocate a tty, otherwise you will ...to connect by ssh to the console you need to allocate a tty, otherwise you will have trouble with Ctrl-C and the display.
ssh -t dino@barney telnet 0 5001