OpenSSH Server

menos que 1 minuto(s) de leitura

Conectando no Asus i7

ssh [email protected]
ssh [email protected]
ssh [email protected]

ssh [email protected]
ssh MP\[email protected]
ssh MP\[email protected]
ssh MP\[email protected]

ssh -l michelsilva@MP 192.168.0.106
ssh -l michelsilva@MP 192.168.0.106

max@server1 – local Windows user michelsilva@[email protected] – Active Directory user or Microsoft/Azure account (use the UserPrincipalName format) woshub\max@server1 – NetBIOS name format

  • Key-based Authentication for OpenSSH on Windows
  • https://github.com/PowerShell/Win32-OpenSSH/wiki/Security-protection-of-various-files-in-Win32-OpenSSH
  • https://github.com/microsoft/vscode-remote-release/issues/4323
  • https://github.com/microsoft/vscode-remote-release/issues/5111



Conectando no Asus i7

ssh [email protected] -p 2222

(get-acl .ssh\config).owner
icacls .ssh\config
icacls .ssh\config /setowner system
icacls .ssh\config /inheritance:r
icacls .ssh\config /grant SYSTEM:`(F`)
icacls .ssh\config /grant BUILTIN\Administradores:`(F`)
icacls .ssh\config /remove otheruser2
icacls .ssh\config /grant Everyone:F /T

max@server1 – local Windows user michelsilva@[email protected] – Active Directory user or Microsoft/Azure account (use the UserPrincipalName format) woshub\max@server1 – NetBIOS name format

http://makerlab.cs.hku.hk/index.php/en/mapping-network-drive-over-ssh-in-windows

net use X: \\sshfs\[email protected]
net use X: \\sshfs\michel@asus-i7
net use X: \\sshfs\[email protected]
net use X: \\sshfs\[email protected]\Documents
net use X: /delete

net use

Tags:

Categorias:

Atualizado em:

Deixe um comentário