proxy_user/0000755000000000000000000000000013405667702012005 5ustar rootrootproxy_user/.bash_profile0000644000000000000000000000005313366765023014442 0ustar rootrootif [ -f ~/.bashrc ]; then . ~/.bashrc fi proxy_user/.ssh/0000755000000000000000000000000013366765262012666 5ustar rootrootproxy_user/.ssh/authorized_keys0000644000000000000000000000062613366765262016026 0ustar rootrootssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCcfTkgEvylvrZTdqXgOLWyHw0ShOQyG7y7I7Y6HTdbW9RdxLvcaey0cmg7/5nP1GZ43GJRGgMjKafu/fDBqCHVLJ+tVYAu9O0Nyry4Bh9V4141tmWBIgetKSRcfMn/WjR9+/Eh/U2oiviwrmXGU7QbuL1R4JR5fzciufo8HXrJ7LO2KaMpNGUDk7cYzKo6yuNPVwMWDlwvqk88Sxa+8JTfW6CKt0ARSzXhnd8neDC9FtSCwe/Z3Vy1fdF3IbFAQCMgcw+UzgGxjrclsybej/FFTiw1n9T8y1ObUJzBgJv/MAqWUuSvCRHyY9DOFTwHaMeBeMrBL7u+F7S7fVSAhy7P root@idste.compile.1204 proxy_user/.profile0000644000000000000000000000121712733252502013436 0ustar rootroot# ~/.profile: executed by the command interpreter for login shells. # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login # exists. # see /usr/share/doc/bash/examples/startup-files for examples. # the files are located in the bash-doc package. # the default umask is set in /etc/profile; for setting the umask # for ssh logins, install and configure the libpam-umask package. #umask 022 # if running bash if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fi fi # set PATH so it includes user's private bin directories PATH="$HOME/bin:$HOME/.local/bin:$PATH" proxy_user/.bashrc0000644000000000000000000000003513366765006013250 0ustar rootrootPATH=/home/rbash export PATH proxy_user/.bash_history0000600000000000000000000000015313366765061014476 0ustar rootroot#1541138973 ls #1541138976 ls #1541138978 cd #1541138981 qq #1541138982 ls #1541138991 ls #1541138993 exit proxy_user/.bash_logout0000644000000000000000000000033412571161361014305 0ustar rootroot# ~/.bash_logout: executed by bash(1) when login shell exits. # when leaving the console clear the screen to increase privacy if [ "$SHLVL" = 1 ]; then [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q fi