1. SSH
sudo aptitude install openssh-server
2. SAMBA
sudo aptitude install samba
/etc/samba/smb.conf 增加:
[homes]
comment = Home Directories
browseable = no
writable = yes
3. 添加用戶:
sudo useradd -m -G mygroup -s /bin/bash user_name
sudo smbpasswd -a user_name
4. 添加 sudo 權(quán)限:
修改 /etc/sudoers ,增加:
%mygroup=ALL(ALL:ALL) ALL
或者:
sudo usermod -a -G sudo username
-
Ubuntu
+關(guān)注
關(guān)注
5文章
559瀏覽量
29500 -
虛擬機(jī)
+關(guān)注
關(guān)注
1文章
904瀏覽量
28017 -
SSH
+關(guān)注
關(guān)注
0文章
184瀏覽量
16283
發(fā)布評(píng)論請(qǐng)先 登錄
相關(guān)推薦
評(píng)論