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
This change allows us to enable better feature parity with OpenSSH by
being able to display a message when users login. This is useful for
template authors who want to inform their users about changes or
reporting about the state of the workspace.
-`connection_timeout` (Number) Time in seconds until the agent is marked as timed out when a connection with the server cannot be established.
51
51
-`dir` (String) The starting directory when a user creates a shell session. Defaults to $HOME.
52
52
-`env` (Map of String) A mapping of environment variables to set inside the workspace.
53
+
-`motd_file` (String) The path to a file within the workspace containing a message to display to users when they login via SSH. A typical value would be /etc/motd.
53
54
-`startup_script` (String) A script to run after the agent starts.
54
55
-`troubleshooting_url` (String) A URL to a document with instructions for troubleshooting problems with the agent.
Description: "A URL to a document with instructions for troubleshooting problems with the agent.",
103
103
},
104
+
"motd_file": {
105
+
Type: schema.TypeString,
106
+
ForceNew: true,
107
+
Optional: true,
108
+
Description: "The path to a file within the workspace containing a message to display to users when they login via SSH. A typical value would be /etc/motd.",
0 commit comments