2023-10-18 08:10:52 +00:00
|
|
|
---
|
2023-10-23 15:23:21 +00:00
|
|
|
ssh_daemon: ssh
|
2023-10-18 08:58:22 +00:00
|
|
|
path_sshd_config_file: /etc/ssh/sshd_config
|
2023-10-18 11:35:45 +00:00
|
|
|
path_bashrc_root: /root/.bashrc
|
2023-10-26 10:59:31 +00:00
|
|
|
root_authorized_keys: /root/.ssh/authorized_keys
|
2023-10-18 11:38:18 +00:00
|
|
|
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'
|