由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - 有人给做个最简单的jail的例子吗?
相关主题
[合集] 有人给做个最简单的jail的例子吗?有人用tunnelproxy?
怎么用ssh tunnel从linux连接到windows的远程桌面?ssh tunnel 安全吗?
新手上了Fedora 14推荐ajaxterm
推荐一个SSH软件吧,免费的最好win下面ssh linux用什么好?
windows 下用emacs可以远程编辑linux的文件吗?离人生完整又近了一步
完了,server要被我搞崩了我自己写了一个程序,专门对付GFW的,给我妈用 (转载)
samba via ssh tunneling 靠谱么?VPN 一问
请教怎么run X-windowsvmware player station + Ubuntu 14
相关话题的讨论汇总
话题: ssh话题: jail话题: dummyuser话题: putty话题: 例子
进入Linux版参与讨论
1 (共1页)
a*******e
发帖数: 3021
1
俺想用得很简单,
就是给一个用户一个ssh能登陆上去,啥都干不了
ssh登陆上去就是为了用tunnel做proxy用
那位给俺个jail的例子?
r****t
发帖数: 10904
2
改默认 shell 成 /dev/null 行么?

【在 a*******e 的大作中提到】
: 俺想用得很简单,
: 就是给一个用户一个ssh能登陆上去,啥都干不了
: ssh登陆上去就是为了用tunnel做proxy用
: 那位给俺个jail的例子?

d****e
发帖数: 251
3
On ubuntu or debian, this works:
sudo adduser --no-create-home --shell /bin/false dummyuser
Such a user can only be used for forwarding ports (use the option: -N).

【在 a*******e 的大作中提到】
: 俺想用得很简单,
: 就是给一个用户一个ssh能登陆上去,啥都干不了
: ssh登陆上去就是为了用tunnel做proxy用
: 那位给俺个jail的例子?

a*******e
发帖数: 3021
4
this is really useful and what i wanted.
But how do i config Putty to do it?
Currently what i am doing is:
With Putty, setup a ssh connection to my home linux box, login with a user
In SSH-Tunnel, I set as D9999.
But with this dummyuser, everytime i login, i lost the connection.

【在 d****e 的大作中提到】
: On ubuntu or debian, this works:
: sudo adduser --no-create-home --shell /bin/false dummyuser
: Such a user can only be used for forwarding ports (use the option: -N).

a*******e
发帖数: 3021
5
ahhhh, i figured it out
Enable SSH - "Don't start a shell or command at all", should be equivalent
to -N
Thanks a lot.

【在 a*******e 的大作中提到】
: this is really useful and what i wanted.
: But how do i config Putty to do it?
: Currently what i am doing is:
: With Putty, setup a ssh connection to my home linux box, login with a user
: In SSH-Tunnel, I set as D9999.
: But with this dummyuser, everytime i login, i lost the connection.

1 (共1页)
进入Linux版参与讨论
相关主题
vmware player station + Ubuntu 14windows 下用emacs可以远程编辑linux的文件吗?
来来来,探讨一个 MATLAB license server 的问题完了,server要被我搞崩了
请教个perl/DBI/ssh tunnel的问题samba via ssh tunneling 靠谱么?
Touchpad 没法 enable 了, Ubuntu 10.4请教怎么run X-windows
[合集] 有人给做个最简单的jail的例子吗?有人用tunnelproxy?
怎么用ssh tunnel从linux连接到windows的远程桌面?ssh tunnel 安全吗?
新手上了Fedora 14推荐ajaxterm
推荐一个SSH软件吧,免费的最好win下面ssh linux用什么好?
相关话题的讨论汇总
话题: ssh话题: jail话题: dummyuser话题: putty话题: 例子