Tagged Questions
2
votes
3answers
439 views
Can't ssh with IP alias
This is may sound like a weird prob. I am able to seamlessly ssh to remote hosts and also to "localhost".
As part of requirement, I have modified the /etc/hosts file with below entries:
127.0.0.1 ...
2
votes
5answers
215 views
How to connect to a personal server on residential Internet service
OK!!! I've successfully connected from an external network on both ssh and http. I changed a BUNCH of settings though before I got it to work, so I'm going to slowly change some of them back to see ...
1
vote
2answers
323 views
Accepting SSH connections only from localhost
I just installed SSH and I would like to set it up to only accept connections from localhost. I plan to point a .onion address to it so that I may connect to it from anywhere on any network.
1
vote
1answer
338 views
SSH between 2 PCs
I've successfully managed to setup SSH server individually on 2 PCs(master and slave setup).
I can login from the slave to the master but the vice versa isn't happening.
From he individual PCs I can ...
1
vote
1answer
118 views
ssh connection closes after successful login
I am trying to run ssh on my computer so I can control it with my android phone. When I scan my local network with overlook fing at my phone I get that my computer is running ssh at port 22. So I try ...