similar to: [Bug 2520] New: ssh-keygen: sanitize ANSI escape sequences in key comment

Displaying 20 results from an estimated 1000 matches similar to: "[Bug 2520] New: ssh-keygen: sanitize ANSI escape sequences in key comment"

2016 Jan 02
3
ssh-keygen: sanitize ANSI escape sequences in key comment
Hi, Today I fiddled around a bit with my OpenSSH public key files, and I noticed that ssh-keygen prints most non-printable characters in the comment as-is when showing the fingerprint of a key. This can lead to confusing output on the terminal when the comment contains ANSI escape characters which are interpreted by the terminal. The attached public key file serves as an example, which, when
2017 Feb 07
0
buggy ANSI escape sequences in R prompt
I guess that R does not know about ANSI sequences, and it calculates the width of the prompt including the characters in the sequences. You cannot do much about this, except maybe use a prompt that has two lines. You can put the colored text and whatever you like in the first line, and the second line can be non-ANSI. Note that this works in the terminal, but does not work in RStudio. RStudio
2017 Feb 07
2
buggy ANSI escape sequences in R prompt
When R is run interactively in a terminal which supports colors, it is possible to use ANSI escape sequences in order to put colors in the prompt, such as options(prompt = "\033[0;31mThis is red\033[0m> ") Unfortunately, something goes wrong because for long command lines, the line continuation override the prompt instead of being written in the next line. The problem gets worse
2009 Apr 22
2
what escape or sanitize functions are out there?
i found the following functions or method to escape HTML, URL params, or Javascript data: <%= h @ha %> <%= sanitize @ha %> <%= u @ha %> <%= @ha.to_json %> <%= strip_tags @ha %> are they more functions or methods to do these things? and are there alternative ways to do that? thanks. -- Posted via http://www.ruby-forum.com/.
2009 Apr 03
1
MacOS Compile questions
Hello, I've just compiled tinc on OS X and have the following questions when following the instructions in the manual on the web. My environment is as follows: OS X 10.5.6 Fink 0.9.0 (Binary Package) I'm using TunTap 20080804 from http://tuntaposx.sourceforge.net/ 1. dlcompat is not found in fink. It seemed to compile ok without it, is this critical? I saw no mention of it in the
2009 Apr 12
1
Bridging on os x
Hello, I've been trying to get bridging working on os x for about a week and haven't been able to do it. I've exhausted the examples and google and just can't get it to work. Any help would be appreciated, as I'm about to give up :( The goal is to join our two 192.168.1.x networks and share a large 192.168.1.x network between the two of us. Our setup is as follows:
2015 Jul 23
37
[Bug 2434] New: scp can send arbitrary control characters / escape sequences to the terminal
https://bugzilla.mindrot.org/show_bug.cgi?id=2434 Bug ID: 2434 Summary: scp can send arbitrary control characters / escape sequences to the terminal Product: Portable OpenSSH Version: 6.7p1 Hardware: Other OS: Linux Status: NEW Severity: security Priority: P5
2003 Feb 01
2
Apparent parser problem (PR#2520)
Let me first admit: I am experiencing this bug on a precompiled binary of R for windows, and I know these are not supported. I am not asking for support, but I thought the R developers would want to know about this. # Define: foo.page <- function(x) x # Then, foo.page("a") # actually invokes the pager (!) on object named "a" (if one is defined). # same thing happens
2006 Jun 05
0
Escape sequences in html_options?
I hate asking questions like this, but I swear I''ve been looking for the answer for the better part of the morning. I want to execute some javascript onChange for a select box, so I have: :onchange=>"for (var x=1; x <= this.options.length; x++) {....}" The problem is that the <= is being translated into &lt;= and I don''t want that :-/. Nothing
2008 Nov 03
0
OpenSSH 5.1 not *passing* escape sequences. [PASS:VAXman]
OpenSSH 5.1p1 was just installed on Linux machines here. It appears that escape sequences are not being passed to the underlying terminal for in- terpretation and control. I am now seeing \033[H and \033[2J. This will not bode well for users expecting classic escape sequences to be painting and controlling their terminal screens. Is there a magical incantation to restore proper behavior? Or
2012 Jan 18
1
use of UTF-8 \uxxxx escape sequences in function arguments
While preparing a function that contained non-ASCII characters for inclusion into a package, I replaced all non-ASCII characters with UTF-8 escape sequences (using \uxxxx) in order to make the package portable (and adhere to "R CMD check"). What I didn't expect: when one uses UTF-8 escape sequences in function arguments, one needs to use UTF-8 escape sequences when calling the
2011 Jul 14
0
Note about guestfish escape sequences
I've pushed this patch in response to a user request to make it easier to write newlines and other characters in guestfish: http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=617e7f6bafa7de2303c08e1715004aae3141c389 This lets you write: ><fs> write /file "this is a line\n" and have it do what you'd expect. (With current guestfish, this writes backslash
2008 Sep 05
2
how to write a escape sequences in to a file
Hi Str1<-"hai " Str2<-"hru" I want to write these 2 strings in a file separated by newline. How can I get this. Thanks K.Ravichandra [[alternative HTML version deleted]]
2009 Jun 16
1
turning off escape sequences for a string
Hello, I would like to create a matrix with one of the columns named $\delta$. I have also created columns $\beta_1$ , $\beta_2$, etc. However, it seems like \d is an escape sequence which gets automatically removed. (Using these names such that they work right in xtable -> latex) colnames(simpleReg.mat) <- c("$\beta_1$","$SE(\beta_1)$", "$\beta_2$",
2009 Sep 27
0
Xterm escape sequences in Prompt
Dear list, I would like to know if there is any way to include xterm escape sequences in R's prompt using options( prompt= XXX, continue= XXX ), where XXX can contain, for example, "\033[1;31mRed" for chancing text color to red (see http://www.frexx.de/xterm-256-notes/). If you do this, the color escape sequences work (with an appropriate terminal emulator, e.g., xterm under Linux),
2023 Mar 04
1
VT-100 terminal escape sequences
R 4.2.1 OS X Colleagues I am using XOJO (formerly known as RealBasic) to create a GUI -- R code generates the text that appears in the GUI. Recently, VT-100 terminal control escape sequences appeared in the text, e.g.,: [?25h TEXT [?25h[?25h TEXT It is not clear to me if the problem is generated by R or by XOJO. And I did not track whether this began following installation of a
2006 Apr 27
1
IdentityFile option escape sequences
Hello, I'm using openssh-4.3p2 compiled for sparc-sun-solaris2.8. I'm trying to use the IdentityFile option with the escape sequences for the remote host name (%h) and remote user name (%r) as documented in ssh-config <http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&sektion=5&arch=&apropos=0&manpath=OpenBSD+Current>. It seems the escape sequences do not
2007 Jul 05
7
[Bug 1331] New: ControlClient escape sequences non-functional
http://bugzilla.mindrot.org/show_bug.cgi?id=1331 Summary: ControlClient escape sequences non-functional Product: Portable OpenSSH Version: 4.6p1 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy: dwmw2
2015 Apr 13
11
[Bug 2377] New: Add ssh-agent support to ssh-keygen
https://bugzilla.mindrot.org/show_bug.cgi?id=2377 Bug ID: 2377 Summary: Add ssh-agent support to ssh-keygen Product: Portable OpenSSH Version: 6.9p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh-keygen Assignee: unassigned-bugs at
2017 Mar 04
0
[PATCH] rescue: Implement escape sequences.
This implements a few useful escape sequences: ><rescue> ^]? virt-rescue escape sequences: ^]? - print this message ^]h - print this message ^]i - print inspection data ^]q - quit virt-rescue ^]u - unmount filesystems ^]x - quit virt-rescue to send the escape key to the rescue shell, type it twice ^]i root device: /dev/sda3 product name: Fedora 25 (Twenty Five) type: linux