early-ssh updated to v0.2 (for Debian as well:)
Uncategorized 3 CommentsI have updated the early-ssh to version 0.2. This includes just a few bugfixes and new features, including scp support.
You can download the new version from http://dev.kakaopor.hu/early-ssh/
finom_kakao
Hello,
i installed early-ssh on a freh debian-squeeze system.
I needed to change the first line of
/etc/initramfs-tools/hooks/early_ssh.conf
from
#!/bin/sh
to
#!/bin/bash
in order to be able to update the initramfs with:
update-initramfs -u -k 2.6.32-5-686
Still i cannot mount my partitions after logging in via ssh.
What i see is:
~ # modprobe dm-crypto
-sh: modprobe: not found
Does that mean my initramfs is build without modprobe?
Thanks for any reply!
regards
/finom_kakao
kakaopor
Hi, sorry for the /bin/sh vs. /bin/bash problem. It seems to be squeeze-specific, i’ll update the scripts.
No, I guess you have modprobe, but /sbin is not in your $PATH. Try /sbin/modprobe or export PATH=”/sbin:$PATH” .
manu
Hi,
After centuries of trying to get things to work I realised all I need is this script (so far me happy).
So, it needs to be said, thanks.
: ]