Size: 879
Comment:
|
← Revision 5 as of 2009-03-16 03:33:12 ⇥
Size: 881
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 23: | Line 23: |
P.S. To my best knowledge the [http://www.ltsp.org Linux Terminal Server Project] does not support text-only SSH clients. --GSt | P.S. To my best knowledge the [[http://www.ltsp.org|Linux Terminal Server Project]] does not support text-only SSH clients. --GSt |
Using D-I as an ssh client
One of the udebs available for DebianInstaller is openssh-client-udeb which provides functionality for doing ssh-actions to another host. So you can use d-i as an ssh terminal, for example in a class room.
The great trick is doing
anna-install openssh-client-udeb
in VT2 when d-i knows where to fetch the packages that are not in the initrd.
The make it more userfriendly, you can preseed it:
d-i anna/choose_modules multiselect openssh-client-udeb: Secure shell client for the Debian installer
(on a single line in your preseed file )
Users can do
ssh username@host
to connect to the ssh host.
P.S. To my best knowledge the Linux Terminal Server Project does not support text-only SSH clients. --GSt