Package Details: shellinabox-git r431.4f0ecc3-1

Git Clone URL: https://aur.archlinux.org/shellinabox-git.git (read-only, click to copy)
Package Base: shellinabox-git
Description: Implementation of a web server that can export arbitrary command line tools to a web based terminal emulator
Upstream URL: https://github.com/shellinabox/shellinabox
Licenses: GPL2
Submitter: ahphaw5S
Maintainer: None
Last Packager: ahphaw5S
Votes: 10
Popularity: 0.000000
First Submitted: 2015-08-06 11:05 (UTC)
Last Updated: 2019-03-23 23:02 (UTC)

Latest Comments

1 2 Next › Last »

1u1ude commented on 2023-11-29 16:38 (UTC)

In PKGBUILD, edit line 37 to read:

/configure --prefix=/usr LDFLAGS="-lssl -lcrypto"

Compiles for me again

knedlyk commented on 2022-12-05 23:22 (UTC) (edited on 2022-12-05 23:24 (UTC) by knedlyk)

It is possible to build, but openssl-1.0 should be added as a dependency and additional flags should be added to configure string:

./configure --prefix=/usr CFLAGS="-I/usr/include/openssl-1.0" LDFLAGS="-L/usr/lib/openssl-1.0"

blackhole commented on 2022-03-24 16:55 (UTC)

I cannot compile it any more

Moso commented on 2019-09-03 11:20 (UTC)

Hi!

I have just installed this package on my new Raspberry Pi 4 using Manjaro-ARM-xfce-rpi4-19.08.img.xz.

When I start it with 'shellinaboxd --debug --cert=/etc/nginx/ --port=7070' I get:

[config] Ignoring certificate directory, as SSL support is unavailable.

Same error as sstassin reported on 2017-09-25... :(

Tried on notebook with Manjaro 18.1 and get the same problem.

Is there a way to fix this?

NicerSlicer commented on 2019-02-21 11:33 (UTC)

After the latest Version shellinabox does not work anymore.

login: <USERNAME>
command-line line 0: Unsupported option "rhostsrsaauthentication"
command-line line 0: Unsupported option "rsaauthentication"

is back.

ahphaw5S commented on 2017-10-18 11:58 (UTC)

@nicolasvila maybe it makes sense to notify the upstream about the issue and the proposed solution

ahphaw5S commented on 2017-10-18 11:58 (UTC)

@nicolasvila maybe it makes sense to notify the upstream about the issue and the proposed solution

NicolasV commented on 2017-10-18 11:45 (UTC)

Once we enter the login name, we have two messages complaining about RSA authentication not supported (anymore?) login: <USERNAME> command-line line 0: Unsupported option "rhostsrsaauthentication" command-line line 0: Unsupported option "rsaauthentication" Password: I removed the RSA options from the file service.c Just before the "make", add the two following lines: find . -name "service.c" -exec sed -i -e "s|-oRhostsRSAAuthentication=no||g" {} \; find . -name "service.c" -exec sed -i -e "s|-oRSAAuthentication=no||g" {} \; I know this is not very clean but it works and does not complain anymore about RSA issue. Bug also mentionned in Debian (source https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873019)

sstassin commented on 2017-09-25 23:53 (UTC)

Hi. I have just installed this package on my new Raspberry Archlinux Distro. I didn't see any error while installing, but when i want to start with ssl enable with commandline 'shellinaboxd -d -c /etc/ssl/shellinabox' i get the error : [config] Ignoring certificate directory, as SSL support is unavailable. Any ideas of what can be the problem ?? Best regards PS :I've checked that OpenSSL is installed.

ahphaw5S commented on 2017-08-21 08:23 (UTC)

Thanks, @xnor! Fixed.