Allow to configure the login banner for the SSH sessions
@NShaforostov is already working on this.
Since Jan 18, 2020.
- Dominant language
- Java
- Stars
- 163
- Forks
- 65
- Avg merge
- 11h 46m
- Merged PRs (30d)
- 29
Description
When the SSH session is established with the Cloud Pipeline-managed job a default (built into the docker image) banner is shown.
E.g. (varies from docker to docker, according to the Linux distro used)
```
Welcome to Ubuntu 18.04.3 LTS
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information as of Sat Jan 18 08:54:25 UTC 2020
System load: 0.6 Processes: 135
Usage of /: 0.3% of 1.89TB Users logged in: 1
Memory usage: 2%
Swap usage: 0%
0 packages can be updated.
0 updates are security updates.
```
This is not super useful and nice. We shall introduce a Cloud Pipeline-related banner, that could:
* Provide a nice welcome ASCII graphics
* Show some useful links. E.g.:
* Links to the docs
* `pipe` common instruction
* Issue reporting link
* etc...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.