This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:vpn:univr [2022/07/04 15:18] – [network manager] sscipioni | tips:vpn:univr [2023/04/12 09:18] (current) – [network manager] sscipioni | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| ====== network manager ====== | ====== network manager ====== | ||
| + | |||
| + | < | ||
| + | yay -S networkmanager-vpnc | ||
| + | </ | ||
| add VPN cisco compatible from network manager: | add VPN cisco compatible from network manager: | ||
| Line 73: | Line 77: | ||
| {{ : | {{ : | ||
| - | <code|ssh config> | + | ~/.ssh/config |
| + | < | ||
| Host umfa | Host umfa | ||
| - | | + | |
| - | User 01scpsfn29 | + | User 01scpsfn29 |
| + | ForwardAgent yes | ||
| Host ucd | Host ucd | ||
| - | | + | |
| + | User 01scpsfn29 | ||
| + | ProxyJump umfa | ||
| + | |||
| + | Host ustage | ||
| + | Hostname stage-dev.univr.it | ||
| + | User 01scpsfn29 | ||
| + | ProxyJump umfa | ||
| </ | </ | ||
| + | |||
| + | |||
| + | Oppure, al posto di google auth, si può usare keepassxc utilizzando totp e la " | ||
| + | |||
| + | {{: | ||