This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Name: Wolf Network Lab Hardened OpenSSH Client Configuration | |
# Author: Xinyu Wei <trustywolf@sfc.wide.ad.jp> | |
# Date Created: February 5, 2025 | |
# Last Updated: February 5, 2025 | |
# Forked from https://github.com/k4yt3x/ssh_config | |
# Licensed under the GNU General Public License Version 3 (GNU GPL v3), | |
# available at: https://www.gnu.org/licenses/gpl-3.0.txt | |
# (C) 2020-2025 K4YT3X |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% sudo docker logs clab-ocnos-only-test-ocnos1 | |
2024-12-28 18:48:57,182: launch DEBUG Environment variables: environ(ä'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'HOSTNAME': 'ocnos1', 'TERM': 'xterm', 'USERNAME': 'admin', 'DOCKER_NET_V4_ADDR': '172.20.20.0/24', 'no_proxy': 'localhost,127.0.0.1,::1,*.local,172.20.20.0/24,3fff:172:20:20::/64,ocnos1,ocnos2', 'CLAB_LABEL_CLAB_NODE_LAB_DIR': '/home/trustywolf/ocnos-only-test/clab-ocnos-only-test/ocnos1', 'CLAB_LABEL_CONTAINERLAB': 'ocnos-only-test', 'CLAB_INTFS': '1', 'DOCKER_NET_V6_ADDR': '3fff:172:20:20::/64', 'PASSWORD': 'admin§123', 'CLAB_LABEL_CLAB_OWNER': 'trustywolf', 'CLAB_LABEL_CLAB_NODE_TYPE': '', 'CONNECTION_MODE': 'tc', 'CLAB_LABEL_CLAB_TOPO_FILE': '/home/trustywolf/ocnos-only-test/ocnos-only-test.clab.yml', 'CLAB_LABEL_CLAB_NODE_KIND': 'ipinfusion_ocnos', 'CLAB_LABEL_CLAB_NODE_GROUP': '', 'CLAB_LABEL_CLAB_NODE_NAME': 'ocnos1', 'NO_PROXY': 'localhost,127.0.0.1,::1,*.local,172.20.20.0/24,3fff:172:20:20::/64,ocnos1,ocnos |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# | |
# Copyright (c) 2014-2024, Wolf Network Lab. | |
# All rights reserved. | |
# | |
# Event script example for OPEN IPv6 DDNS on Junos. | |
""" | |
OPEN IPv6 DDNS for NTT Flets Hikari | |
https://i.open.ad.jp/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# $Id:$ | |
# | |
# Copyright (c) 2017, Juniper Networks, Inc. | |
# All rights reserved. | |
# | |
# Filename: default.conf | |
# Platform: NFX-150 | |
# Description: default config for Junos | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# $Id:$ | |
# | |
# Copyright (c) 2017, Juniper Networks, Inc. | |
# All rights reserved. | |
# | |
# Filename: default.conf | |
# Platform: NFX-250 | |
# Description: Factory default config file. | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enabled: yes | |
Types: deb | |
URIs: https://ppa.launchpadcontent.net/ansible/ansible/ubuntu | |
Suites: jammy | |
Components: main | |
Architectures: amd64 | |
Signed-By: /etc/apt/keyrings/ansible.asc | |
Enabled: no | |
Types: deb-src |