Tagged Questions
0
votes
0answers
70 views
setup a global variable in user chroot environment provided by sshd_config
When my users login to my server, they are chrooted to a folder through this config:
Match Group chroot
ChrootDirectory /usr/lib/sshchroot/chroot/
I want when each user login a program outside ...
0
votes
1answer
105 views
Problem Setting Up Local SSH Server
I am trying to setup one of my linux computers as an ssh server but I can't connect to it.
I have openssh-server and openssh-client installed already on both computers (client and server).
If I run ...
1
vote
2answers
189 views
SSH from external network refused
I've installed open-ssh-server on my home computer(running Lubuntu 12.04.1) in order to connect to it from school.
This is how I've set up the sshd_config file:
# Package generated configuration file
...
0
votes
2answers
1k views
Disable automatic starting of sshd? [duplicate]
Possible Duplicate:
How do I disable SSH from starting automatically?
Simple question here; what's the correct way to stop the sshd service from starting when the OS boots ? I'm not sure ...
1
vote
1answer
386 views
How to give restricted access to user
I have a home PC and I created a reverse port forwarding to a server. Now I would like to go access to some people to the Home PC through this server. I would like to control the access of the user on ...
0
votes
1answer
711 views
Allow incoming connections from outside LAN
I have an openssh-server running on my computer. However, I'm not able to connect to it from outside my LAN.
Connecting from within LAN is no problem at all, it works just as one would expect. ...