Re: /bin/bash: Operation not permitted

2016-03-11 Thread Aaron Digulla
Am 09.03.2016 um 16:35 schrieb Marco Atzeri: > On 09/03/2016 16:25, Achim Gratz wrote: >> Francis Korning yahoo.ca> writes: >>> Specifically, ssh-host-config needs these following lines: >> >> The cyg_server account is actually set up in >> /usr/share/csih/cygwin-service-installation-helper.sh and

Re: /bin/bash: Operation not permitted

2016-03-09 Thread Marco Atzeri
On 09/03/2016 16:25, Achim Gratz wrote: Francis Korning yahoo.ca> writes: Specifically, ssh-host-config needs these following lines: The cyg_server account is actually set up in /usr/share/csih/cygwin-service-installation-helper.sh and guess what, it already does this. It also warns if a pre

Re: /bin/bash: Operation not permitted

2016-03-09 Thread Achim Gratz
Francis Korning yahoo.ca> writes: > Specifically, ssh-host-config needs these following lines: The cyg_server account is actually set up in /usr/share/csih/cygwin-service-installation-helper.sh and guess what, it already does this. It also warns if a pre-existing account does not have these priv

/bin/bash: Operation not permitted

2016-03-09 Thread Francis Korning
user succeed in all modes of authentication (password, RSA, DSA, whatever), but then get disconnected with the esoteric line: /bin/bash: Operation not permitted It turns out this has nothing to with bash, but rather with the usser cyg_server needing specific NTSEC rights to allow logons as other

Re: /bin/bash: Operation not permitted

2015-08-12 Thread stephane
I discovered my issue ! I needed to add my account that launch sshd service in "Replace a process level token" in gpedit.msc Case is closed ! -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.htm

/bin/bash: Operation not permitted

2015-08-11 Thread stephane
Hello I have enabled sshd feature and key authentication. Ssh users that do not have authorized_keys received the message "/bin/bash: Operation not permitted" Here is permissions : $ ls -l /bin/bash -rwxr-xr-x+ 1 Administrateurs Utilisa. du domaine 700435 3 juin 14:09 /bin/bash Us

/bin/bash operation not permitted after successful ssh login

2013-01-24 Thread Jed Mitten
ebug1: client_input_channel_req: channel 0 rtype e...@openssh.com reply 0 /bin/bash: Operation not permitted debug1: channel 0: free: client-session, nchannels 1 Connection to localhost closed. Transferred: sent 2080, received 1768 bytes, in 0.4 seconds Bytes per second: sent 5346.7, received 4

Re: /bin/bash: Operation not permitted

2012-08-27 Thread Larry Hall (Cygwin)
On 8/27/2012 9:06 AM, michael pitoniak wrote: Larry Hall (Cygwin cygwin.com> writes: Complaints like this are typically caused by commands run by the interpreter (bash in this case). This could be caused by something in your rc files. I'd check bash_profile and /etc/profile first but che

Re: /bin/bash: Operation not permitted

2012-08-27 Thread michael pitoniak
Larry Hall (Cygwin cygwin.com> writes: > > > Complaints like this are typically caused by commands run by the interpreter > (bash in this case). This could be caused by something in your rc files. > I'd check bash_profile and /etc/profile first but check them all if these > aren't the source.

Re: /bin/bash: Operation not permitted

2012-08-21 Thread Larry Hall (Cygwin)
access after reboots and log in/out...yet when i come into work the next day i can log in via putty but instantly get thrown out with: /bin/bash: Operation not permitted error. Complaints like this are typically caused by commands run by the interpreter (bash in this case). This could be caused

/bin/bash: Operation not permitted

2012-08-21 Thread michael pitoniak
come into work the next day i can log in via putty but instantly get thrown out with: /bin/bash: Operation not permitted error. attached is a debug trace of $ssh -vvv localhost -l michael.pitoniak that fails. i suspect it has something to do wit anti virus software of public kyes...any suggestions