通过 SSH 连接用户时不显示用户名。另外,我用“cd”命令进入的文件夹被添加到用户末尾,现在不显示了。你遇到过这个问题吗?
图像:截屏
答案1
首先感谢大家的帮助。我的英语不够好,对此深表歉意。我已通过在 VestaPanel 中的用户编辑页面上更改 SSH 访问方法解决了我的问题。我已通过选择 nologin 关闭 SSH 访问并保存。然后我再次设置 bash 并保存,这样我的问题就解决了。
图片2:Putty SSH 连接最后状态
我的.bashrc文件:
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=
# User specific aliases and functions