linuxmuster / linuxmuster-linbo

Linbo imaging system for linuxmuster.net
23 stars 22 forks source link

Extend linbo clients ssh authorized_keys #153

Closed HappyBasher closed 3 years ago

HappyBasher commented 3 years ago

The linbo clients ssh authorized_keys file should be extended with server root's authorized_keys so admin clients can login directly into linbo clients. With a following ssh config entry

Host <custom_name>
  Hostname <lan_hostname_or_ip>
  ProxyJump <extern_or_lan_server_address>
  User root
  Port 2222

you can then passwordless connect to linbo client with ssh <custom_name>