default

Search

You can find the results of your search below.

ssh with key files
5 Hits, Last modified:
ons and description of command.// ====ssh-keygen default==== * ''ssh-keygen'' creates a SSH key pair. The defaults are: * home directory ''/homeuser/.ssh'' ... h/key-with-password'' creates a SSH key with non-default name and location. The defaults are: * public key ''/home/user/.ssh/key-with-password'' * private
Nginx
4 Hits, Last modified:
n/nginx'' basically calling nginx executable with defaults. ++++nginx -h| <code>nginx version: nginx/1.24.... reopen, reload -p prefix : set prefix path (default: /var/lib/nginx/) -e filename : set error log file (default: logs/error.log) -c filename : set configuration file (default: /etc/nginx/nginx.conf) -g directives : set glo
ansible
1 Hits, Last modified:
urrent folder with the following contents: <code>[defaults] host_key_checking = false</code> *create pass
Shell Builtin Commands
1 Hits, Last modified:
been attempting to use / learn Alpine Linux which defaults to sh/ash shell mostly builtin into Busybox. Unf