login: no shell: /bin/bash: Permission denied

Jan Nieuwenhuizen janneke@gnu.org
Wed Mar 6 03:53:00 GMT 2002


Corinna Vinschen <cygwin@cygwin.com> writes:

> No.  Did you read that article carefully?

Aparrently not, I'm sorry.

> I've wrote about special user rights needed...

Ok, so while using login instead of su is possible in some cases (it
seems windows xp is not one of them), easiest is using ssh.

Now, because ssh has a remarkably clumsy command line to be used as
su, maybe we can include or advise a script or alias like this:

   #!/bin/sh
   # su
   exec ssh $1@$(hostname)

or
   
   alias su='ssh $(hostname) -l'
   
Greetings,
Jan.   

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list