Returns the status of the SSH connection.
Future<bool> isConnected() async { return await sshConnection.isConnected(); }