Skip to content

Commit 4d0bab3

Browse files
Enhance documentation for Remote.It: update descriptions and improve image alt text for clarity
1 parent 644e7cf commit 4d0bab3

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

content/learning-paths/cross-platform/remoteit/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Access remote devices with Remote.It
33

44
minutes_to_complete: 45
55

6+
description: Learn how to install and configure Remote.It for secure remote device access using SSH and other services, with proxy and peer-to-peer connection options.
7+
68
who_is_this_for: This is an introductory topic for software developers who want to use Remote.It to establish private network connections between users and devices or devices to device.
79

810
learning_objectives:

content/learning-paths/cross-platform/remoteit/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can view the connection information by running the status command
6262
sudo remoteit status
6363
```
6464

65-
## Additional CLI Usage
65+
## Additional CLI usage
6666

6767
The CLI provides commands such as to register this device as a target for connections.
6868

content/learning-paths/cross-platform/remoteit/connections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The advantages are:
1818

1919
Peer to Peer connections are created by installing a software package with initiator support on the initiator device. Install the Remote.It Desktop application or Remote.It CLI on your initiator device to support Peer to Peer connection.
2020

21-
![example image alt-text#center](remote.it-connections.png "Proxy and Peer to Peer Connection Illustration")
21+
![Diagram illustrating the difference between proxy connections, where traffic is routed through a Remote.It server between initiator and target devices, and peer-to-peer connections, where a direct connection is established between initiator and target without an intermediary server#center](remote.it-connections.png "Proxy and peer-to-peer connection architecture")
2222

23-
## Peer to Peer Connections
23+
## Peer to peer connections
2424

2525
Peer to Peer connections to the target computer appear as a local port on the initiator computer.
2626

0 commit comments

Comments
 (0)