You are not logged in.

#1 2010-04-24 16:50:19

dkorzhevin
Member
From: Kiev, Ukraine
Registered: 2010-04-23
Posts: 61

Remote Arch install using ssh

Hello,

Tell me please, is there any way to control install process (AIF) on remote computer, for example with ssh over internet? What install iso (ftp or core) is distributed with ssh?

Offline

#2 2010-04-24 22:12:42

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,001
Website

Re: Remote Arch install using ssh

openssh (client+server) is available on all images.
yes, you can control aif through ssh

you can even run aif on a normal existing machine to install arch on another hard disk


< Daenyth> and he works prolifically
4 8 15 16 23 42

Offline

#3 2010-04-25 11:56:11

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,223
Website

Re: Remote Arch install using ssh

Yes, you can start an SSH Server from the install CD, then connect via SSH to complete the installation, but the install images do NOT automatically start SSH for you, so you need to have console access for at least long enough to start the Network, SSH daemon, setup /etc/hosts.allow and change the root password.

Offline

#4 2010-04-25 14:19:59

Pank
Member
From: IT
Registered: 2009-06-13
Posts: 371

Re: Remote Arch install using ssh

I installed Arch over SSH via a Larch usb system. There is an adequate quite on the wiki.


Arch x64 on Thinkpad X200s/W530

Offline

#5 2010-04-26 08:49:02

dkorzhevin
Member
From: Kiev, Ukraine
Registered: 2010-04-23
Posts: 61

Re: Remote Arch install using ssh

Pank wrote:

I installed Arch over SSH via a Larch usb system. There is an adequate quite on the wiki.

Can you, please give me a link?

Offline

#6 2010-04-29 14:04:43

keegan
Member
Registered: 2009-05-12
Posts: 54

Re: Remote Arch install using ssh

Here is the link to the larch wiki page: http://wiki.archlinux.org/index.php/Larch

However, if you are just booting from the install cd (ftp or core), all you need to do is get your network going with ifconfig and possible dhcpcd. Now edit /etc/ssh/sshd_config and make sure "PermitRootLogin yes" is un-commented, then run "/etc/rc.d/sshd start" and give it a few minutes to generate keys, next do "passwd" to set your root password, and finally (if you're behind a router) set up port forwarding for ssh, and I'd suggest setting the outside port to something other than 22. Now simply ssh to the ip and port from outside, login with root and the password you set, and run "/arch/setup".

Offline

Board footer

Powered by FluxBB