Set of scripts to make easier the connection and browsing file systems of remote hosts through ssh. Written in Python 3
Adrian Remonda 2016
- python3
- ssh
~$ ./install.py
- Create a generic initialization file. This will create a configuration file called el.conf in the current directory. This file will determine the ip address of the host and some other options.
~$ elinit
- Customize the el.conf file created in the previous step
user="ad" # remote login user name
ip="localhost" # remote host address or domain name
file_manager="nautilus" # File manager can specify Nautilus, Dolphin or any other
serial_port="" # Serial port device path. E.g. "/dev/ttyUSB0"
default_remote_path="" # Remote host default path. E.g. '/home/user/src'
~$ elping
~$ elconn
It will run the file manager configured in step 2
~$ elfs
~$ elserial
The public key will be copied to the remote host
~$ elsetup_remote_host
- Have one script, instead of having them separated. Should include autocomplete with TAB
- Add scp or rsync command wrapper
- GPL v2
Free Software