Replies: 3 comments 10 replies
-
We are considering implementing a feature to display a message, following the standard behavior of OpenSSH, which typically outputs the system's default message of the day (motd) located at Appreciate your feedback! |
Beta Was this translation helpful? Give feedback.
-
Hi, @Seluj78 I've spent a couple of minutes working on a prototype of this feature, which you can find in #3508. The branch is definitely broken, with many TODOs that I still need to address, and it's not yet available on the UI. However, for testing purposes, it should work fine. To test the feature, you can make a PUT request to {
"announcement": "your message here"
} To verify the announcement, you can make a simple GET request to With a proper connection_announcement set, when connecting to a device within this namespace, the message should appear if the connection is successful: I'm not sure when this feature will be included in a release. |
Beta Was this translation helpful? Give feedback.
-
Hi, @Seluj78, The feature has already been merged, and you can check the final version on the master branch. |
Beta Was this translation helpful? Give feedback.
-
When connecting through the command line, using
ssh -p PORT <user>@<hostname>@<domain>
We have no clue as to when the connection is successful, especially if you're using the same shell locally and remotely
When the connection is successful, we just get dropped inside the new shell on the machine.
I would love a little configurable message to be displayed upon connection :)
Beta Was this translation helpful? Give feedback.
All reactions