winscp
Posted On 2018年6月23日
https://centossrv.com/winscp.shtml
除了上面,还要做下面
ssh-keygen -i -f /home/xxxx/xxx.xxx.pub> /home/xxxx/.ssh/authorized_keys
因为sshdconfig文件里对wheel用户才能login做了限制,
所以需要将该用户加到wheel里
usermod -aG wheel xxx
https://centossrv.com/winscp.shtml
除了上面,还要做下面
ssh-keygen -i -f /home/xxxx/xxx.xxx.pub> /home/xxxx/.ssh/authorized_keys
因为sshdconfig文件里对wheel用户才能login做了限制,
所以需要将该用户加到wheel里
usermod -aG wheel xxx