This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to get a script file to use bash and ssh


On 9/2/2010 2:10 PM, PaulHR wrote:
> 
> I want to create script files that are not bound to my user id.  I want to
> create over 20 different scripts files, one for each server I manage.  I
> have uploaded keys to each server.  So all I should have to is enter is the
> ssh command.... 
> 
> 
> I have put in a file called MyOpenUp.bat the following... 
> 
> ++++++++++++++++++++++++++++++++++++++++
> 
> ssh {myServerId@MyServerHostname}
> 
> ++++++++++++++++++++++++++++++++++++++++
> 
> 
> I have put that command in a file called MyOpenUp.init
> 
> 
> I have created a MyOpenUp.bat file with the following....
> 
> ++++++++++++++++++++++++++++++++++++++++
> 
> @echo off
> 
> 
> C:
> 
> chdir C:\cygwin\bin
> 
> bash --init-file MyOpenUp.init -i -l
> 
> ++++++++++++++++++++++++++++++++++++++++
> 
> 
> While the shell opens up all I get is....
> 
> cygwinId@localhostname ~
> 
> $

It looks like you are trying to effectively create one shortcut per
remote host which you can run and automatically have it open an ssh
session to that host using a particular user specific to that host.  Is
that a correct assessment?

-Jeremy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]