/* External variables used
for command line option parsing in getopt. */ extern int optind; extern int optreset; |
/* External variables used
for command line option parsing in getopt. */ extern int optind; extern int optreset; extern char *optarg; |
# sshhop -H
bob@192.168.6.106 -H root@192.168.4.105 [21799] [21799] login for bob@192.168.6.106 [21799] bob@192.168.6.106's password: [21801]
[21801] login for root@192.168.4.105[21801] root@192.168.4.105's password: Last login: from 192.168.6.106 [root@localhost ~]# |
[root@localhost ~]# logout Connection to localhost closed. process 21801 exited (host 192.168.2.104) process 21799 exited (host 192.168.2.108) |