diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2014-05-04 14:49:59 +0000 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-05-10 01:14:56 +0900 |
commit | 7c1410ccf607957a8b4a5ad62e8fbeea2d29872a (patch) | |
tree | 03d2e49ced4e22b133dfe0a58350ef361aa9b14f /run_tests.sh | |
parent | eb488e3cb3f24ee9947fbb682fb48030f62e6c47 (diff) |
bgp: add ssh client
add ssh client which has basic bash keybinds and tab complement.
to use, you have to create ssh key at first then specify the location of
the key in ryu configuration files.
configuration file will be like this.
> ryu.conf
> ==
> [DEFAULT]
> cli_ssh_hostkey=/home/user/.ssh/id_rsa
after this, run operator/ssh.py with application.py
$ ryu-manager --config-file=ryu.conf application.py operator/ssh.py
you can login by
$ ssh ryu@localhost -p 4990
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'run_tests.sh')
0 files changed, 0 insertions, 0 deletions