Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
39f0076c
Unverified
Commit
39f0076c
authored
Jun 21, 2018
by
Zachary Anderson
Committed by
GitHub
Jun 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[frdp] Use 'true' instead of 'date' for dummy ssh tunnel command (#18680)
parent
a18f5e84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fuchsia_remote_connection.dart
...ote_debug_protocol/lib/src/fuchsia_remote_connection.dart
+1
-1
No files found.
packages/fuchsia_remote_debug_protocol/lib/src/fuchsia_remote_connection.dart
View file @
39f0076c
...
...
@@ -558,7 +558,7 @@ class _SshPortForwarder implements PortForwarder {
}
final
String
targetAddress
=
isIpV6
&&
interface
.
isNotEmpty
?
'
$address
%
$interface
'
:
address
;
const
String
dummyRemoteCommand
=
'
dat
e'
;
const
String
dummyRemoteCommand
=
'
tru
e'
;
command
.
addAll
(<
String
>[
'-nNT'
,
'-f'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment