Add enable-ssh-client.ps1

This commit is contained in:
Markus Fleschutz
2021-03-25 17:28:16 +01:00
parent 565c45febe
commit 3acf39c851
3 changed files with 19 additions and 0 deletions

View File

@ -34,6 +34,7 @@ display-time.ps1, displays the current time for 10 seconds by default
download.ps1, downloads the file/directory from the given URL
enable-crash-dumps.ps1, enables the writing of crash dumps
enable-god-mode.ps1, enables the god mode (adds a new icon to the desktop)
enable-ssh-client.ps1, enables the SSH client
enable-ssh-server.ps1, enables the SSH server
encrypt-file.ps1, encrypts the given file
fetch-repo.ps1, fetches updates for the current/given Git repository (including submodules)

1 Script Description
34 download.ps1 downloads the file/directory from the given URL
35 enable-crash-dumps.ps1 enables the writing of crash dumps
36 enable-god-mode.ps1 enables the god mode (adds a new icon to the desktop)
37 enable-ssh-client.ps1 enables the SSH client
38 enable-ssh-server.ps1 enables the SSH server
39 encrypt-file.ps1 encrypts the given file
40 fetch-repo.ps1 fetches updates for the current/given Git repository (including submodules)