You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current ssh cheat code doesn't activate any option to discover the server in the network (it only prints in the console the message You can connect with SSH to: .... And that's useless with a headless machine.
However, the GRML Live has the AVAHI-DAEMON service!
So with these commands you can announce the server in the network:
So, I suggest to do this every time the ssh cheat code is used. It's free and easy to activate!
Futhermore, you can enhance it publising the password (as an option) in the Name of the server (now the default is grml; so you can use grml (pw:<password>)
I hope you aggree with this enhancement. It will simplifies the connection of a headless server booted with GRML Live.
The text was updated successfully, but these errors were encountered:
Thank you for your suggestion. I like the idea. I haven't used the avahi-utils for quite some time now. But do I "guess" right (I just looked up an example :)), that one could then discover the SSH Service with the following command: avahi-browse -d local _ssh._tcp --resolve -t?
Apart from that I am not quite sure if publishing the password is good idea. Why would you want that? The password is set on boot, so it should be known to the user - and should be changed as soon as possible, of course.
Hi,
The current
ssh
cheat code doesn't activate any option to discover the server in the network (it only prints in the console the messageYou can connect with SSH to: ...
. And that's useless with a headless machine.However, the GRML Live has the AVAHI-DAEMON service!
So with these commands you can announce the server in the network:
So, I suggest to do this every time the
ssh
cheat code is used. It's free and easy to activate!Futhermore, you can enhance it publising the password (as an option) in the Name of the server (now the default is
grml
; so you can usegrml (pw:<password>)
I hope you aggree with this enhancement. It will simplifies the connection of a headless server booted with GRML Live.
The text was updated successfully, but these errors were encountered: