A synonym should be ok, too (instead of a view).
There is no mechanism for direct chaining links, you cannot provide more than 4 name parts. If we had something available like server(ServerOne).server(ServerTwo).db(ThisDB).owner(default).table(tblA), it would be possible.
So you need to use one of the "remote execution" features, like pass-thru-query (OpenQuery, OpenRowset, OpenDatasource), or a "exec with" to run a command on another server, or synonyms/views executed remotely.