search for: ttymodes

Displaying 20 results from an estimated 38 matches for "ttymodes".

2002 Mar 08
0
[Bug 152] New: Build failure on Sparc/Solaris 2.8 with Sun cc or gcc
...ree/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/free/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/free/libexec/sftp-server\" -D_PATH_SSH_PIDDIR=\"/var/run\" -DSSH_RAND_HELPER=\"/usr/local/free/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c ttymodes.c In file included from ttymodes.c:297: ttymodes.h: In function `tty_make_modes': ttymodes.h:125: `IXANY' undeclared (first use in this function) ttymodes.h:125: (Each undeclared identifier is reported only once ttymodes.h:125: for each function it appears in.) ttymodes.h:159: `ONLCR' u...
2005 Apr 21
1
[Bug 1025] Does not correctly send/parse disabled special character in ttymodes
http://bugzilla.mindrot.org/show_bug.cgi?id=1025 Summary: Does not correctly send/parse disabled special character in ttymodes Product: Portable OpenSSH Version: 4.0p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: jacobn+mindrot at chi...
2006 Jun 23
2
[Bug 1199] ssh sends invalid ttymodes when stdin is not a tty
http://bugzilla.mindrot.org/show_bug.cgi?id=1199 Summary: ssh sends invalid ttymodes when stdin is not a tty Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy...
2002 Jun 21
0
[Bug 282] New: ttymodes sent can be invalid
http://bugzilla.mindrot.org/show_bug.cgi?id=282 Summary: ttymodes sent can be invalid Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: openssh-unix-dev at mindrot.org...
2018 Feb 12
2
User manipulation of tty mode opcodes / IUTF8 incompatibilities
On Sun, Feb 11, 2018 at 11:27 PM, Darren Tucker <dtucker at dtucker.net> wrote: > Sigh. If you could provide the server's identity string (eg from "ssh > -v yourthing") we could add a bug bit to stop it from being sent. $ ssh -v nathan at 10.0.0.1 OpenSSH_7.4p1, LibreSSL 2.5.0 [snip] debug1: Local version string SSH-2.0-OpenSSH_7.4 debug1: Remote protocol version
2002 Jun 21
4
[Bug 282] ttymodes sent can be invalid
http://bugzilla.mindrot.org/show_bug.cgi?id=282 ------- Additional Comments From stevesk at pobox.com 2002-06-22 06:15 ------- what kernel and glibc version? try with "stty -parenb" on client side. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2003 Jan 02
0
[Bug 282] ttymodes sent can be invalid
http://bugzilla.mindrot.org/show_bug.cgi?id=282 stevesk at pobox.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER ------- Additional Comments From stevesk at pobox.com 2003-01-02 13:59
2000 Sep 12
0
OpenSSH 2.2.0p1 port to QNX 4
...nux's <sys/select.h> */ + /* Number of bits per word of `fd_set' (some code assumes this is 32). */ + #define NFDBITS __NFDBITS + typedef __fd_mask fd_mask; + #endif /* __QNX__ && !__QNXNTO__ */ + #ifndef O_NOCTTY #define O_NOCTTY 0 #endif diff -cr openssh-2.2.0p1.orig/ttymodes.h openssh-2.2.0p1.qnx/ttymodes.h *** openssh-2.2.0p1.orig/ttymodes.h Thu Jun 22 13:32:32 2000 --- openssh-2.2.0p1.qnx/ttymodes.h Tue Sep 12 10:32:13 2000 *************** *** 32,37 **** --- 32,41 ---- * is only intended for including from ttymodes.c. */ + #if defined(__QNX__) && !de...
2008 Jul 29
1
Xdefaults file.
I am trying to get my xterm window under gnome to open with large fonts, with light green foreground and dark green background. I have the following .Xdefaults file contents: $ cat .Xdefaults ! This is a comment ;-) #ifdef COLOR *customization: -color #endif !! Let's cast a wide net, for any app supporting these ! Blink instead of beeping *visualBell: True *scrollTtyOutput: False
1999 Dec 01
1
Compile bugs in openssh-1.2pre15 on Solaris (2.6)
...1999 --- Makefile.in Wed Dec 1 12:09:37 1999 *************** *** 34,40 **** all: $(OBJS) $(TARGETS) ! libssh.a: authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o cipher.o compat.o compress.o crc32.o deattack.o hostfile.o match.o mpaux.o nchan.o packet.o readpass.o rsa.o tildexpand.o ttymodes.o uidswap.o xmalloc.o helper.o rc4.o bsd-mktemp.o bsd-strlcpy.o bsd-strlcat.o log.o fingerprint.o $(AR) rv $@ $^ $(RANLIB) $@ --- 34,40 ---- all: $(OBJS) $(TARGETS) ! libssh.a: authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o cipher.o compat.o compress.o crc32.o deat...
2001 Mar 30
4
linux tcsetattr failed
does anyone else see this on linux: localhost sshd[14418]: Accepted password for stevesk from 15.126.45.158 port 49594 localhost sshd[14418]: Setting tty modes failed: Invalid argument redhat with kernel 2.2.17. ttymodes.c: /* Set the new modes for the terminal. */ if (tcsetattr(fd, TCSANOW, &tio) < 0) log("Setting tty modes failed: %.100s", strerror(errno)); return;
2006 Jun 20
2
[PATCH] openssh pseudo-terminal bug
hello short description: ssh client sends a wrong all-zero terminal info when requesting forced pseudo-terminal allocation while stdin is not a terminal. sshd then sets the terminals ospeed to 0 because it receives this information from the client. on solaris this means that the pseudo-terminal is closed and output of any remote command is dropped. longer description: what we're doing is
2011 Aug 17
1
openssh-unix-dev Digest, Vol 100, Issue 3
...- scp -- thing > > - keepalives killing the connection > > - multiplexing requests killing the connection > > Thanks for the patch. In my testing, it has the following issues: > > (1) ssh still doesn't work for some of our devices. I think this is > because the ttymodes.c portion of your patch has "256" when it should > be "128". > > (2) scp didn't actually work to any of my test netscreens for scp > $device:ns_sys_config /tmp. I tried scp -v $device:ns_sys_config /tmp > to see what the command was. I got: > > debug1:...
2000 Dec 07
2
sunos 4.1.4 Makefile and regex.[ch] fix
...! LIBSSH_OBJS=atomicio.o authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o cipher.o cli.o compat.o compress.o crc32.o cygwin_util.o deattack.o dispatch.o dsa.o hmac.o hostfile.o key.o kex.o log.o match.o mpaux.o nchan.o packet.o radix.o rijndael.o entropy.o readpass.o rsa.o tildexpand.o ttymodes.o uidswap.o util.o uuencode.o xmalloc.o LIBOPENBSD_COMPAT_OBJS=bsd-arc4random.o bsd-base64.o bsd-bindresvport.o bsd-daemon.o bsd-getcwd.o bsd-inet_aton.o bsd-inet_ntoa.o bsd-misc.o bsd-mktemp.o bsd-realpath.o bsd-rresvport.o bsd-setenv.o bsd-sigaction.o bsd-snprintf.o bsd-strlcat.o bsd-strlcp...
2018 Jun 08
4
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
On 8 June 2018 at 11:21, PGNet Dev <pgnet.dev at gmail.com> wrote: > fyi > > add'l -- and looks unrelated -- issue > /usr/include/pthread.h:251:12: note: previous declaration of ?pthread_join? was here > extern int pthread_join (pthread_t __th, void **__thread_return); What included pthread.h? That's explicitly not supported by sshd: $ grep THREAD
2009 Mar 18
2
stty and sockets
With local com ports I can use stty to inspect the port settings. Is there a similiar method with a socket connection? I have an odd situation happening where my data collection program that is working on 3 machines is not working on the 4th. The program opens a socket to remote RS232 device no data is recieved. strangely though if I "telnet IP port" to the device it will send the
2008 Mar 03
3
[Bug 1446] New: SunOS 4.1.4: wrong terminal options set at login
https://bugzilla.mindrot.org/show_bug.cgi?id=1446 Summary: SunOS 4.1.4: wrong terminal options set at login Classification: Unclassified Product: Portable OpenSSH Version: 4.7p1 Platform: Sparc
2006 Sep 30
1
audit-bsm.c lacks <errno.h>
...---------------------------- revision 1.113 date: 2006/07/12 12:22:46; author: dtucker; state: Exp; lines: +1 -2 - stevesk at cvs.openbsd.org 2006/07/11 20:07:25 [scp.c auth.c monitor.c serverloop.c sftp-server.c sshpty.c readpass.c sshd.c monitor_wrap.c monitor_fdpass.c ssh-agent.c ttymodes.c atomicio.c includes.h session.c sshlogin.c monitor_mm.c packet.c sshconnect2.c sftp-client.c nchan.c clientloop.c sftp.c misc.c canohost.c channels.c ssh-keygen.c progressmeter.c uidswap.c msg.c readconf.c sshconnect.c] move #include <errno.h> out of includes.h; ok marku...
2011 Jan 07
5
Set font and size in xterm
I have a situation where gnome console does not handle vt102 escape sequences properly and therefor need to employ xterm instead. When I run xterm from a gnome terminal window I am presented with an extremely small terminal window employing an almost unreadably small font. I have attempted to set the font size using xrdb and a custom .Xresources file. I can change the colour scheme. I can
2003 Oct 08
4
OS/390 openssh
...been brought down... Die gracefully. */ + if (errno == ENETDOWN) + fatal("accept: %.100s", strerror(errno)); +#endif if (errno != EINTR && errno != EWOULDBLOCK) error("accept: %.100s", strerror(errno)); continue; diff -bur openssh-3.7.1p2.orig/ttymodes.c openssh-3.7.1p2/ttymodes.c --- openssh-3.7.1p2.orig/ttymodes.c Wed May 14 05:40:07 2003 +++ openssh-3.7.1p2/ttymodes.c Tue Oct 7 08:22:02 2003 @@ -287,7 +287,7 @@ #define TTYCHAR(NAME, OP) \ debug3("tty_make_modes: %d %d", OP, tio.c_cc[NAME]); \ buffer_put_char(&buf, OP); \ -...