KPTree Wiki logo

KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • home_server (18)
  • docker_notes (12)
  • linux_router (10)
  • tech_notes (6)
  • personal (1)
  • project (1)
  • python (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • ssh with key files

Fulltext results:

Rsync @home_server:home_server_setup:other_services
36 Hits, Last modified: 8 months ago
The host identify is established by its SSH host key. Typically, the host key is auto-created during initial SSH installation s... By default, the user is prompted to accept a new key or warned when the host key changes (like after a server upgrade, DHCP server... /home/Sara''. *Create a ''ssh'' public/private keys with the following command: ''ssh-keygen -t rsa''. *Now start up the ''ssh'' services... http://www.symantec.com/connect/articles/ssh-host-key-protection|SSH Host Key Protection]] *[[http://linuxcommando.blogspot.c
ssh with key files @tech_notes
35 Hits, Last modified: 3 years ago
pub'' ====ssh-keygen with filename==== * ''ssh-keygen -f .ssh/key-with-password'' creates a SSH key with non-default name and location. The defaults... = [[https://www.redhat.com/sysadmin/configure-ssh-keygen|Using ssh-keygen and sharing for key-based authentication in Linux]] <- tech_notes:gi
KPTree - Home Desktop Setup @home_server
33 Hits, Last modified: 5 months ago
y]] ====Some key short cut keys==== The Windows key is called the Super or Meta Key on Linux. I will call the Meta key. So below is a list of special action keys. *Sh... the United Kingdom, which messes up a few of the Keys when using a US keyboard. I suspect this is a problem with selecting ... langage that seems to sometime also select the UK keyboard. In any case in Windows 10 the solution is a... e. The Australian can remain. Further to this the keyboard layout can be independantly set. The languag
Manjaro Setup Notes @home_server:home_server_setup:other_services
32 Hits, Last modified: 18 months ago
ys from your system, including manually installed keys (with "sudo pacman-key --lsign-key <KEY>"). Please remember to reinstall those keys again after FIX ERRORS has completed!\\ \\ ''sudo pacman -Sy gnupg archlinux-keyring manjaro-keyring''\\ This command (re-)installs the "gnupg" pa... est version of these 3 packages: gnupg, archlinux-keyring, manjaro-keyring.\\ \\ ''sudo pacman-key --init && sudo pacman-key --populate archlinux manjaro''\\ These two commands create a fresh key fo
Web Server setup @home_server
28 Hits, Last modified: 22 months ago
o a central authority trusted key. -The public key, which actually acts as a lock to encrypt a file. The public key (lock) is made freely available to the public to ... private key can decrypt (unlock). -The private key, which is the only key that can unlock a file that is encrypted with the matching public key (lock). The private key must be kept absolutely private. -The Certifica... ally belongs to whoever hold the matching private key and hence the website belongs to the person that controls the private key. -(+1) The CA must have a corresponding private
turn server @docker_notes
26 Hits, Last modified: 19 months ago
username1:password1 #user=username2:password2 # # Keys must be generated by turnadmin utility. The key value depends # on user name, realm, and password... fa736523fb2c4e8ee # ('0x' in the beginning of the key is what differentiates the key from # password. If it has 0x then it is a key, o... name=prime256v1 # Use 566 bits predefined DH TLS key. Default size of the key is 2066. # #dh566 # Use 1066 bits predefined DH TLS key. Default size of the key is 2066. # #dh1066 # Use custom DH TLS key, stor
Docker mailserver @docker_notes
21 Hits, Last modified: 4 weeks ago
246649/why-cant-you-use-sqlite-rowid-as-a-primary-key|Why can't you use SQLite ROWID as a Primary key?]] =====mariadb===== *Used linuxserver.io mari... erver_dh_file = /etc/dovecot/dh.pem \\ ssl_server_key_file = /app/certificates/kptree.net.key\\ ssl_server_prefer_ciphers = server\\ ssl_min_pr... May 25 12:16:05 imap-login: Error: Diffie-Hellman key exchange requested, but no DH parameters provided... lserver exit control character is '^]' or control key ]. The SMTP and mailserver exit control character
XFCE @home_server:home_server_setup:other_services
21 Hits, Last modified: 21 months ago
name for what is commonly labelled as the Windows key or Command key on modern keyboards, typically bound and handled as such by Lin... m wikipedia [[https://en.wikipedia.org/wiki/Super_key_(keyboard_button)|Super key (keyboard button)]]} *Stick window makes a window visible in all workspaces *KP = keypad ---- =====System Keystrokes===== |<35em>| ^Action^Shortcut^ |Virtual Terminal 1|Ctrl+Alt+F1| |Vir
DHCP / DNS Setup @linux_router
21 Hits, Last modified: 21 months ago
server is the primary DNS server for the zone key rndc-key; # Use the key we defined earlier for dynamic updates } zone... server is the primary DNS server for the zone key rndc-key; # Use the key we defined earlier for dynamic updates } # k
Docker - diun & ntfy @docker_notes
19 Hits, Last modified: 22 months ago
ess below to enable Web Push. # Run "ntfy webpush keys" to generate the keys. # # - web-push-public-key is the generated VAPID public key, e.g. AA1234BBCCddvveekaabcdfqwertyuiopasdfghjklzxcvbnm1234567890 # - web-push-private-key is the generated VAPID private key, e.g. AA2BB1234567890abcdefzxcvbnm1234567890 # - ... yments integration via Stripe # # - stripe-secret-key is the key used for the Stripe API communication. Setting th
Wireguard VPN access from WAN to LAN @linux_router
17 Hits, Last modified: 16 months ago
bleshooting this issue. - Make sure the public keys are properly shared and match the private keys. Wireguard will simply not respond to incorrect... tion can be manually setup. A private and public key can be made in the app and then the public keys manually transferred between the app to the serv... se as a proper full system with full size screen, keyboard and mouse. In fact, as noted above, this is... > [Interface] PrivateKey = <insert server_private_key> [required] Address = 192.168.6.2/32 ListenPort =
VIM Editor @home_server:home_server_setup:other_services
17 Hits, Last modified: 3 years ago
====nocompatible==== Original vi had some strange key bindings, e.g. the cursor keys did not function. the ''nocompatible'' flag tend... lly type text in Insertion mode. The Esc (escape) key enters command mode and the i or INS(insert) keys return to Insertion mode. *If like me you use a keyboard without an insert key, eg. Microsoft Surface, you can get into insert m... mmand mode (ESC or CTRL-[) *Move using cursor keys to place to start highlight, hit v key and highlight area to be copied (or cut) *key
Reverse Proxy Server - Traefik @docker_notes
14 Hits, Last modified: 21 months ago
'': <code [enable_line_numbers="true">GODADDY_API_KEY=[Your API_KEY key from Godaddy API] GODADDY_API_SECRET=[Your API_SE... ertificates[] | select(.domain.main == "'$1'") | .key' | base64 -d > certificates/$1.key } export_pfx () { openssl pkcs12 -export... tificates/$domain.pfx -inkey certificates/$domain.key -in certificates/$domain.cer -passout pass: } r... [ $REPLY =~ ^[Yy]$ ]] then export_cer_key "$domain" export_pfx "$domain" else
Wifi Router / Access Points @linux_router
13 Hits, Last modified: 8 months ago
*''scp .config/certificates/'*.local.kptree.net.key' root@wifi-ap1.local.kptree.net:/etc/uhttpd.key'' to copy across the key *''scp .config/certificates/'*.local.kptree.net... ate script that extracts the various certificates key from Traefik combined certificate file that I nee
Nextcloud Container @docker_notes
10 Hits, Last modified: 4 weeks ago
s to the database tables db:add-missing-primary-keys Add missing primary keys to the database tables db:convert-filecache-bi... er of deck boards encryption encryption:change-key-storage-root Change key storage root encryption:decrypt-all ... available encryption modules encryption:migrate-key-storage-format Migrate the format of the keystorage to a newer format encryption:set-default... t the encryption default module encryption:show-key-storage-root Show current key storage root encryption:status
PiKVM @tech_notes
9 Hits, Last modified: 13 months ago
Docker nginx / php notes @docker_notes
8 Hits, Last modified: 10 months ago
Docker - DNS Server @docker_notes
7 Hits, Last modified: 7 months ago
KPTree - Email Server Setup @home_server
6 Hits, Last modified: 3 years ago
Router Hardware @linux_router
6 Hits, Last modified: 3 months ago
BASH Customisation @home_server:home_server_setup:other_services
5 Hits, Last modified: 10 months ago
Router Configuration, Switch & Server Setup @linux_router
5 Hits, Last modified: 16 months ago
IPMI Console Setup @home_server:home_server_setup:other_services
4 Hits, Last modified: 16 months ago
ansible @tech_notes
4 Hits, Last modified: 3 years ago
Docker Host @docker_notes
4 Hits, Last modified: 9 months ago
Private LAN VPN Access @docker_notes
3 Hits, Last modified: 21 months ago
KVM Setup @home_server:home_server_setup
3 Hits, Last modified: 20 months ago
Router Miscellaneous @linux_router
3 Hits, Last modified: 11 months ago
Router VM @linux_router
3 Hits, Last modified: 19 months ago
Localisations @personal
3 Hits, Last modified: 12 months ago
Programs & Applications @tech_notes
2 Hits, Last modified: 10 months ago
KPTree Torrent VM Setup @home_server
2 Hits, Last modified: 5 years ago
dokuwiki setup notes @home_server
2 Hits, Last modified: 12 months ago
Docker @docker_notes
2 Hits, Last modified: 8 months ago
fsck - file system check @home_server:home_server_setup
1 Hits, Last modified: 5 years ago
My Home IT Setup @home_server:home_server_setup
1 Hits, Last modified: 12 months ago
NFTables Configuration @linux_router
1 Hits, Last modified: 19 months ago
Domain names, domain nameservers, DNS and DHCP @tech_notes
1 Hits, Last modified: 14 months ago
ntp @docker_notes
1 Hits, Last modified: 10 months ago
Python Programming Notes @python
1 Hits, Last modified: 9 months ago
NFTables IP Control @linux_router
1 Hits, Last modified: 5 years ago
Ethernet Twisted Pair Cables @project
1 Hits, Last modified: 9 months ago
Web Browser Notes @tech_notes
1 Hits, Last modified: 19 months ago
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
TC - Traffic Control @linux_router
1 Hits, Last modified: 2 months ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
1 Hits, Last modified: 12 months ago
VNC @docker_notes
1 Hits, Last modified: 15 months ago
Mosh @home_server:home_server_setup:other_services
1 Hits, Last modified: 6 years ago