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: Changing the default user for an ssh login


At 12:50 PM 6/5/2004, you wrote:
>Hello from Gregg C Levine
>I have a question. How can I change the default user of the Cygwin
>version of SSH from my login name to that of the host that I am going
>to be logging into? 
>
>In this case it is a Linux box, and the user is root. Examining the
>man page for this version of SSH did not prove to be enlightening.


This wasn't enlightening?

SSH(1)                    BSD General Commands Manual                   SSH(1)

NAME
     ssh - OpenSSH SSH client (remote login program)

SYNOPSIS
     ssh [-1246AaCfgkNnqsTtVvXxY] [-b bind_address] [-c cipher_spec] [-D port]
         [-e escape_char] [-F configfile] [-i identity_file]
         [-L port:host:hostport] [-l login_name] [-m mac_spec] [-o option]
                                 ^^^^^^^^^^^^^^^
         [-p port] [-R port:host:hostport] [user@]hostname [command]
.
.
.

Perhaps this isn't what you're looking for.  Given that your question is 
unclear (why would you want to change your login name to the name of the
*host* you're logging into?), I might be misinterpreting your inquiry.  
But if you're looking to change the login name for ssh to anything, -l is 
the flag that does it.  Did you just miss that or are you really looking 
for something else?  So far, I don't see that your problem is Cygwin 
specific.


--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     


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


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