diff --git a/lib/view/page/ssh/page.dart b/lib/view/page/ssh/page.dart index 2ee1c72f..27234d45 100644 --- a/lib/view/page/ssh/page.dart +++ b/lib/view/page/ssh/page.dart @@ -136,7 +136,7 @@ class _SSHPageState extends State with AutomaticKeepAliveClientMixin { child: TerminalView( _terminal, controller: _terminalController, - keyboardType: TextInputType.emailAddress, + keyboardType: TextInputType.text, enableSuggestions: true, textStyle: _terminalStyle, theme: _terminalTheme,