##// END OF EJS Templates
Backport PR #2280: fix SSH passwordless check for OpenSSH...
Backport PR #2280: fix SSH passwordless check for OpenSSH pexpect takes a regular expression, so we want '[Pp]assword:', not '[Ppassword]:'.

File last commit:

r5878:b0954abb
r8378:25b5f87e
Show More
printnotebook.css
5 lines | 197 B | text/css | CssLexer
body { overflow: visible !important; }
div#notebook { overflow: visible !important; }
.ui-widget-content { border: 0px; }
#save_widget {margin: 0px !important;}
#header {display: none !important;}