This commit is contained in:
2023-07-29 19:05:45 +03:00
parent 4312a5c084
commit cca943f37d
2 changed files with 18 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
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