You are not logged in.
Pages: 1
could someone explain shortly how to setup ssh?
i want to connect via ssh using putty to my arch lnux machine (on the local network).
excuse me for the stupid question :oops: and thank you
Offline
pacman -S openssh
/etc/rc.d/sshd start
echo "sshd:ALL:ALLOW" >> /etc/hosts.allowNow you can use PuTTY to log into your Arch box. Add "sshd" to the list of daemons in /etc/rc.conf so the SSHd is started when you boot the system. Give /etc/ssh/sshd_config a review for extra security, especially if the box is connected to the internet.
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
install openssh
start the ssh deamon /etc/rc.d/sshd
EDIT: do not do this, did not see the part about local network: forward port 22 on your router to your local ip
done!
Optional:
edit /etc/ssh/sshd_config.
Offline
No problem: Just have a look at this [and try out the special wiki search(tm)]
edit: you guys are fast... :shock:
Haven't been here in a while. Still rocking Arch. ![]()
Offline
We're refresh-monkeys on speed!
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
Thank you for the answers. I'll try and will soon give the result
done
thank you very much!
Offline
What does
ldconfig -v | grep libcryptosay? Maybe the installation of Apache changed something to the libraries and the cache (ldconfig) wasn't updated. Also, be sure to start the daemon as root (cf "Permission denied" error).
A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.
Offline
Pages: 1