1

Question concerning gsh - I could not find the information in the man page or on the developers page:

Is there a way to define a default list of hosts to connect to? I do not want to always use the command line parameter to supply a hosts file, nor list the hosts directly.

1 Answer 1

1

I don't know gsh, but you can use this, with a list of hosts in the file "myhosts":

gsh $(cat myhosts)

Put this in a shell script or shell alias...

1
  • Thanks, will try that as fall-back. If nothing better/more detailed arises, I'll accept that as answer. Commented Oct 9, 2009 at 6:24

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .