Displaying 6 results from an estimated 6 matches for "bagajjal".
2017 Jul 03
7
[Bug 2736] New: Question-"PermitTTY no" is not working as expected
...expected
Product: Portable OpenSSH
Version: 7.5p1
Hardware: Other
OS: Other
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: bagajjal at microsoft.com
I have "PermiTTY no" in my sshd_config. When I did ssh with pty (ssh
user at ip) it falls back to "pseudo terminal". As per sshd_config man
page, it is unclear whether this behavior is correct or not. Could you
please clarify this so that we can implement the s...
2017 Jul 11
7
[Bug 2743] New: ssh with -T hangs putty
...-T hangs putty
Product: Portable OpenSSH
Version: 7.5p1
Hardware: Other
OS: Other
Status: NEW
Severity: major
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: bagajjal at microsoft.com
Created attachment 3014
--> https://bugzilla.mindrot.org/attachment.cgi?id=3014&action=edit
putty logs
Hi,
I am trying to run a putty SSH session with -T option, the terminal
gets stuck, doesn't honor any user keys and hangs.
Steps-
1) open command prompt in window...
2017 Jun 24
2
[Bug 2732] New: select() is not called properly in ssh_exchange_identification()
...identification()
Product: Portable OpenSSH
Version: 7.5p1
Hardware: Other
OS: Other
Status: NEW
Severity: major
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: bagajjal at microsoft.com
I found an issue with select() not called properly in the
ssh_exchange_identification().
Variable "fdset" is passed as readfd, exceptionfd to the select().
Select() should be called with independent fdset so we should have two
different variables instead of reusing the...
2020 Apr 22
3
[Bug 3151] New: unittest files still use signal() instead of ssh_signal()
https://bugzilla.mindrot.org/show_bug.cgi?id=3151
Bug ID: 3151
Summary: unittest files still use signal() instead of
ssh_signal()
Product: Portable OpenSSH
Version: 8.2p1
Hardware: Other
OS: Windows 10
Status: NEW
Severity: minor
Priority: P5
Component: Regression
2017 Jun 29
5
[Bug 2734] New: close() is called twice in confree()
...onfree()
Product: Portable OpenSSH
Version: 7.5p1
Hardware: Other
OS: Other
Status: NEW
Severity: minor
Priority: P5
Component: ssh-keyscan
Assignee: unassigned-bugs at mindrot.org
Reporter: bagajjal at microsoft.com
close() is called twice in confree()
Current code -
ssh_packet_close() internally calls the close() again.
confree(int s)
{
......
......
close(s);
......
......
if (fdcon[s].c_ssh) {
ssh_packet_close(fdcon[s].c_...
2020 Apr 22
5
[Bug 3152] New: #ifdef around memmem() is invalid.
https://bugzilla.mindrot.org/show_bug.cgi?id=3152
Bug ID: 3152
Summary: #ifdef around memmem() is invalid.
Product: Portable OpenSSH
Version: 8.2p1
Hardware: Other
OS: Windows 10
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs