"Breadcrumbs" for series of hostnames?
Posted
by
Hamy
on Server Fault
See other posts from Server Fault
or by Hamy
Published on 2013-11-02T00:03:18Z
Indexed on
2013/11/02
3:57 UTC
Read the original article
Hit count: 550
login
|interfaces
Does anyone know of a shell that would show a series of breadcrumbs as I navigate into/out of various servers, like this:
Home > Build Machine > Vagrant > Docker-base
Hopefully it could auto-detect logging in and out of various boxes and display the hostnames. Perhaps with a simple "no circular links", one could just try and monitor the hostname, but I don't know if there is a shell that can easily act as a 'parent' to the other shells on these various systems so that it can query hostname and/or other item. Any thoughts?
© Server Fault or respective owner