Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1104)

Unified Diff: bin/crosh

Issue 5183004: crosh: Disable connection escape sequence in ssh. (Closed) Base URL: http://git.chromium.org/git/window_manager.git@master
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/crosh
diff --git a/bin/crosh b/bin/crosh
index 36c92d14fd7cdd5f734cd544f50902f31e4acc13..f990d3d8e5119d8ec7595fdd3200c7a2d48fc345 100755
--- a/bin/crosh
+++ b/bin/crosh
@@ -186,7 +186,7 @@ cmd_ssh() {
fi
echo "open: host: $host, user: $user, port: $port"
- ssh -F /etc/ssh/ssh_config -p "$port" "$user@$host"
+ ssh -e none -F /etc/ssh/ssh_config -p "$port" "$user@$host"
}
cmd_ssh_forget_host() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698