Files
myoffice/history_for_print.txt
T
2023-07-29 19:05:45 +03:00

18 lines
314 B
Plaintext

allow run ps1
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
generate key (one time)
ssh-keygen
copy to remote
ssh-copy-id root@192.168.1.215
connect without password
ssh root@192.168.1.215
wsl host folders
cd /mnt/d/WORK/MyOffice
terminal history to file
history > history_for_print.txt