Город МОСКОВСКИЙ
00:02:41

How to Auto Login in PuTTY Without Entering Username and Password? (#Auto #Login #PuTTY)

Аватар
PHP Дебаггинг
Просмотры:
26
Дата загрузки:
01.12.2023 13:30
Длительность:
00:02:41
Категория:
Технологии и интернет

Описание

How to Auto Login in PuTTY Without Entering Username and Password Using Windows EXE file (#Auto #Login #PuTTY)

Putty Command Prompt Access:
"C:\PuTTY\putty.exe" user-name@IP-Address -pw user-password
-----------------------------------------------------
Putty PowerShell Script:
PowerShell Script save into "SSH-auto-login.ps1" file
$IP = Read-Host "Enter IP Address you want to login: "
C:\PuTTY\putty.exe -pw user-password user-name@IP-Address

********* Thanks for Watching *******

Рекомендуемые видео