11 lines
348 B
YAML
11 lines
348 B
YAML
---
|
|
ssh_daemon: ssh
|
|
path_sshd_config_file: /etc/ssh/sshd_config
|
|
path_bashrc_root: /root/.bashrc
|
|
root_authorized_keys: /root/.ssh/authorized_keys
|
|
export_LS_OPTIONS: export LS_OPTIONS='--color=auto'
|
|
eval_dircolors: eval "$(dircolors)"
|
|
alias_ls: alias ls='ls $LS_OPTIONS'
|
|
alias_ll: alias ll='ls $LS_OPTIONS -l'
|
|
alias_la: alias la='ls $LS_OPTIONS -la'
|