wiki:tools:remote-access
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:tools:remote-access [2025/06/26 15:29] – created cleiton | wiki:tools:remote-access [2025/08/22 12:45] (current) – [6. SSH/SCP/SFTP (CLI)] cleiton | ||
---|---|---|---|
Line 41: | Line 41: | ||
**Vantagens**: | **Vantagens**: | ||
- | ==== 6. SSH/ | + | ==== 6. SSH/ |
**Ferramentas nativas**: | **Ferramentas nativas**: | ||
- | * **SSH**: < | + | **SSH**: |
- | * **SCP**: < | + | < |
- | * **SFTP**: < | + | **SCP**: |
- | * **Rsync**: < | + | < |
+ | **SFTP**: | ||
+ | < | ||
+ | **SFTP em file manager (dolphin/ | ||
+ | |||
+ | Usando login e senha: | ||
+ | < | ||
+ | sftp:// | ||
+ | </ | ||
+ | |||
+ | Usando chaves: | ||
+ | < | ||
+ | Configure no ~/ | ||
+ | Crie/edite o arquivo de configuração: | ||
+ | Adicione: | ||
+ | |||
+ | nano ~/ | ||
+ | --- | ||
+ | Host meuservidor | ||
+ | HostName 192.168.1.10 | ||
+ | Port 4140 | ||
+ | User cleiton | ||
+ | IdentityFile ~/ | ||
+ | --- | ||
+ | </ | ||
+ | |||
+ | **Rsync**: | ||
+ | < | ||
**Gerenciamento de chaves SSH**: | **Gerenciamento de chaves SSH**: |
wiki/tools/remote-access.1750951784.txt.gz · Last modified: 2025/06/26 15:29 by cleiton