130-ssh_ignore_o_and_x_args.patch

来自「Linux Home Server 是专门为家庭和SOHO/SMB 设计的高性价」· PATCH 代码 · 共 24 行

PATCH
24
字号
Index: dropbear-0.51/cli-runopts.c===================================================================--- dropbear-0.51.orig/cli-runopts.c	2008-04-22 17:29:49.000000000 -0700+++ dropbear-0.51/cli-runopts.c	2008-04-22 17:29:50.000000000 -0700@@ -220,6 +220,10 @@ 					debug_trace = 1; 					break; #endif+				case 'o':+					next = &dummy;+				case 'x':+					break; 				case 'F': 				case 'e': 				case 'c':@@ -231,7 +235,6 @@ #ifndef ENABLE_CLI_LOCALTCPFWD 				case 'L': #endif-				case 'o': 				case 'b': 					next = &dummy; 				default:

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?