ssh with no homedir - SSH
This is a discussion on ssh with no homedir - SSH ; hello
is it possible to use sshd only for forwarding, and without homedirs on
sshd server host
thanks
sylvain...
-
ssh with no homedir
hello
is it possible to use sshd only for forwarding, and without homedirs on
sshd server host
thanks
sylvain
-
Re: ssh with no homedir
Sylvain Ferriol wrote:
> hello
> is it possible to use sshd only for forwarding, and without homedirs on
> sshd server host
Just give the user /bin/false as shell. He can still use
ssh -N -L localport:host.on.intranet
ort username@sshd.host
To make a tunnel.