9 lines
267 B
Batchfile
9 lines
267 B
Batchfile
@echo off
|
|
title NAS Login for Codex
|
|
echo Connecting to UGNAS. Complete host verification and password entry here.
|
|
echo.
|
|
ssh -M -S C:\Users\Armor\.ssh\codex-ugnas-20260721.sock -o ControlPersist=900 UGNAS
|
|
echo.
|
|
echo SSH session ended. You may close this window.
|
|
pause
|